Closed
Bug 1232915
Opened 8 years ago
Closed 2 months 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
(Depends on 1 open bug)
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•8 years ago
|
Assignee | ||
Updated•8 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•3 years ago
|
||
Resetting assignee which I don't work on in this several months.
Assignee: masayuki → nobody
Status: ASSIGNED → NEW
Updated•3 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•1 year ago
|
Severity: normal → S3
Assignee | ||
Comment 2•2 months 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•2 months 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•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Assignee | ||
Comment 5•2 months 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•27 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•