Closed
Bug 1881783
Opened 1 year ago
Closed 10 months ago
Please disable autocorrection on about:config on Fenix
Categories
(GeckoView :: IME, enhancement)
Tracking
(firefox136 fixed)
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: julienw, Unassigned)
References
Details
STR:
- open about:config on Fenix
- type "apz." to try to find prefs related to APZ.
=> apz has been changed to apa
(on my device)
Comment 1•1 year ago
|
||
It uses type="search", but we apply autocorrect (https://searchfox.org/mozilla-central/rev/a44891c52387ca4bd7c35b50f0d335f3980ef36a/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoEditable.java#1867-1871).
We might use EditorInfo.TYPE_CLASS_TEXT | EditorInfo.TYPE_TEXT_VARIATION_WEB_EDIT_TEXT for text/search like Chrome.
Component: General → IME
Product: Fenix → GeckoView
Comment 2•10 months ago
|
||
When shipping autocorrect attribute (bug 1927977), chrome doesn't set InputType.TYPE_TEXT_FLAG_AUTO_CORRECT as default. Mark as fixed.
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Updated•10 months ago
|
Target Milestone: --- → 136 Branch
Updated•10 months ago
|
status-firefox136:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•