Closed
Bug 1020142
Opened 10 years ago
Closed 10 years ago
Should comment out KeyboardEvent.code values which any widgets don't support
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
6.84 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
.code values which are not used by any platforms should be commented out because code name array wastes footprint for them.
Assignee | ||
Comment 1•10 years ago
|
||
The "Meta" key was dropped by:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25843
The legacy key table was reorganized today. I'll change the definition order in bug 1020139 since it's not urgent thing. We should land this before next merge.
Attachment #8434068 -
Flags: review?(bugs)
Updated•10 years ago
|
Attachment #8434068 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•