Verify and fix IME composition
Categories
(Firefox :: Address Bar, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
The old autocomplete controller handles a bunch of IME composition events, adn we apparently don't have anything for that yet. For example see
https://searchfox.org/mozilla-central/rev/152993fa346c8fd9296e4cd6622234a664f53341/toolkit/components/autocomplete/nsAutoCompleteController.cpp#178
https://searchfox.org/mozilla-central/rev/152993fa346c8fd9296e4cd6622234a664f53341/toolkit/components/autocomplete/nsAutoCompleteController.cpp#343
https://searchfox.org/mozilla-central/rev/152993fa346c8fd9296e4cd6622234a664f53341/toolkit/components/autocomplete/nsAutoCompleteController.cpp#372
Comment 1•4 years ago
|
||
Yeah, currently, we stop suggesting anything while user types something via IME because IME may show their own popup window to show suggesting words (like autocomplete) and/or candidate list of conversion under or over our popup window. In other words, if new UI didn't use popup, it wouldn't need to stop working even while IME composition.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
I filed bug 1529927 to port some of the autocomplete binding tests to the urlbar, some of those also cover IME.
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/62bec7b76cab Handle IME composition in Quantum Bar. r=adw
Comment 5•4 years ago
|
||
bugherder |
Comment 6•4 years ago
|
||
bugherder |
Description
•