Closed
Bug 938987
Opened 11 years ago
Closed 10 years ago
Drop all dead key names since the latest D3E WD dropped them and use "Dead" instead.
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: masayuki, Assigned: masayuki)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
D3E decided that they won't define dead key names anymore. Instead, they should set Unicode combining character for .key value.
http://www.unicode.org/charts/PDF/U0300.pdf
Assignee | ||
Updated•10 years ago
|
Summary: Drop all dead key names since the latest D3E WD dropped them → Drop all dead key names since the latest D3E WD dropped them and use "Dead" instead.
Assignee | ||
Comment 1•10 years ago
|
||
Current D3E spec defines that dead key's .key value should be "Dead" and web apps should get actual input Unicode character from compositionupdate's data attribute. Although, we don't support composition events for dead key input on Windows yet.
Assignee | ||
Comment 2•10 years ago
|
||
Ah, we already support dead key value on Windows.
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8434832 [details] [diff] [review]
Patch
The dead key spec is now simpler than older spec. That makes our implementation simper!
Attachment #8434832 -
Flags: review?(bugs)
Comment 5•10 years ago
|
||
Comment on attachment 8434832 [details] [diff] [review]
Patch
https://bugzilla.mozilla.org/show_bug.cgi?id=900374#c4 applies here too.
Attachment #8434832 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•