Closed
Bug 1446401
Opened 7 years ago
Closed 7 years ago
Start to dispatch keydown/keyup events even during composition in Nightly and early Beta
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Depends on 1 open bug)
Details
(Keywords: inputmethod, site-compat)
Attachments
(1 file)
For following the other browsers and conforming to UI Events spec, we should dispatch keydown/keyup events even during composition.
First, we should start to do it in Nightly and early Beta to collect regression reports.
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Are Gmail/GDoc issues resolved?
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #2)
> Are Gmail/GDoc issues resolved?
Do you know some bugs in Gmail and/or Google Docs? (This is different from bug 1440189.)
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(VYV03354)
| Assignee | ||
Comment 4•7 years ago
|
||
Posted to dev-platform:
https://groups.google.com/forum/#!topic/mozilla.dev.platform/oZEz5JH9ZK8
| Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8960110 [details]
Bug 1446401 - Start to dispatch "keydown" event and "keyup" event even during in composition in Nightly and early Beta
https://reviewboard.mozilla.org/r/228902/#review234544
Attachment #8960110 -
Flags: review?(bugs) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/a0de39bcd318
Start to dispatch "keydown" event and "keyup" event even during in composition in Nightly and early Beta r=smaug
Updated•7 years ago
|
Keywords: site-compat
Comment 8•7 years ago
|
||
(In reply to Masayuki Nakano [:masayuki] (JST, +0900) from comment #3)
> Do you know some bugs in Gmail and/or Google Docs? (This is different from
> bug 1440189.)
Ah, sorry, I confused this bug with bug 1440189.
Flags: needinfo?(VYV03354)
Comment 9•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 10•7 years ago
|
||
Posted the site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2018/keydown-and-keyup-events-will-soon-be-fired-during-ime-composition/
You need to log in
before you can comment on or make changes to this bug.
Description
•