[Bug 23886] New: Needs to define key value when dead key is pressed twice
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23886
Bug ID: 23886
Summary: Needs to define key value when dead key is pressed
twice
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
On Windows, e.g., dead key "`" is pressed twice, "``" is inputted at second
keypress.
Then, what value is set to the .key of second keydown/keyup event, "``" or "`"?
The first key event causes combining character value for .key values. And if
dead key is succeeded to input a character, the combined character is set to
.key.
Therefore, I think that "``" is consistent result.
--
You are receiving this mail because:
You are on the CC list for the bug.