Closed
Bug 1832726
Opened 1 years ago
Closed 1 years ago
Get rid of `widget::InputContext::mMayBeIMEUnaware`
Categories
(Core :: DOM: UI Events & Focus Handling, task)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(2 files)
The flag was introduced in bug 1112212.
In these days, keydown
and keyup
events are fired even during composition because it's standardized as so. Therefore, we must be able to delete it.
Finally, we must be able to delete EventListenerManager::mMayHaveKeyEventListener
and EventListenerManager::mMayHaveInputOrCompositionEventListener
and related methods.
Assignee | ||
Comment 1•1 years ago
|
||
I think that we don't need the prefs to disable the behavior because the
behavior conforms to UI Events definition and we've shipped the behavior in
2018. Therefore, nobody shouldn't require to disable the behavior.
Assignee | ||
Comment 2•1 years ago
|
||
Depends on D177999
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/0df7dcd42691
part 1: Make Android widget always dispatch keyboard events during composition r=m_kato,geckoview-reviewers
https://hg.mozilla.org/integration/autoland/rev/5449e0cba0cd
part 2: Get rid of unused flags in EventListenerManager r=smaug
Comment 4•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0df7dcd42691
https://hg.mozilla.org/mozilla-central/rev/5449e0cba0cd
Status: ASSIGNED → RESOLVED
Closed: 1 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•