Add a Nightly Experiment option to search during IME composition
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: mak, Assigned: amy)
References
Details
Attachments
(2 files)
See bug 1673971, for now we can't easily detect whether we should search during IME or not, but we know that some users prefer that, and that when IME doesn't open a picker, the experience may be better.
To spread awareness of this pref, for now we can add a Nightly Experiment checkbox for it.
| Reporter | ||
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 1•5 months ago
|
||
Hi Mak! Finally able to get to this.
In Features.toml I am not sure what the preference value should be for this new option. I saw https://hg.mozilla.org/integration/autoland/rev/7792ae96b5bb and am thinking it should be something imeCompositionClosesPanel?
Comment 2•5 months ago
|
||
It's browser.urlbar.imeCompositionClosesPanel. It's added here in firefox.js. That file lists most of the prefs available in Firefox.
| Assignee | ||
Comment 3•4 months ago
|
||
Updated•4 months ago
|
Comment 4•4 months ago
|
||
The scope of this bug now entails a bunch of changes to a pref, its tests, and a pref migration, so I'm bumping the points.
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c0bc10e33507 Change default value of IME composition pref and add it to Nightly Experiments. r=harry,fluent-reviewers,preferences-reviewers,Gijs,flod
Comment 6•4 months ago
|
||
| bugherder | ||
Comment 7•4 months ago
|
||
The comment talking about the default value being "true" is now wrong. https://hg.mozilla.org/mozilla-central/rev/c0bc10e33507#l1.14
Pushed by mkmelin@iki.fi: https://hg.mozilla.org/comm-central/rev/84c563c1aa29 add "browser.urlbar.keepPanelOpenDuringImeComposition" pref to Thunderbird, to avoid test failures. rs=bustage-fix
| Assignee | ||
Comment 9•4 months ago
|
||
Comment 10•4 months ago
|
||
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/79424a908a26 Follow up - Update comment with correct value. r=harry
Comment 11•4 months ago
|
||
| bugherder | ||
Description
•