Closed
Bug 1232915
Opened 10 years ago
Closed 3 years ago
[meta] [UI Events-key] Update KeyboardEvent.key values for conforming to the latest draft
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
117 Branch
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: meta)
Attachments
(1 file)
At TPAC 2015 in this October, we have a lot of discussion for key values and the latest draft includes the results.
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Updated•10 years ago
|
Summary: [UI Events] Update KeyboardEvent.key values for conforming to the latest draft → [UI Events-key] Update KeyboardEvent.key values for conforming to the latest draft
| Assignee | ||
Comment 1•6 years ago
|
||
Resetting assignee which I don't work on in this several months.
Assignee: masayuki → nobody
Status: ASSIGNED → NEW
Updated•6 years ago
|
Summary: [UI Events-key] Update KeyboardEvent.key values for conforming to the latest draft → [meta] [UI Events-key] Update KeyboardEvent.key values for conforming to the latest draft
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 2•3 years ago
|
||
The multimedia keys selection has MediaClose:
https://w3c.github.io/uievents-key/#keys-multimedia
And MozPrintableKey was used while we were implementing .key for printable
keys. Therefore, we can remove it now.
Updated•3 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/29be5ceedcdd
Update `KeyNameList.h` to same key name list as the spec r=smaug
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
| Assignee | ||
Comment 5•3 years ago
|
||
Ah, not that only OS key issues are still being handled in bug 1232918 and bug 1266437. The patch for this bug fixed only the internal key name list to make all defined key values handled without unnecessary string allocation.
Updated•3 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•