Closed Bug 1881783 Opened 1 year ago Closed 10 months ago

Please disable autocorrection on about:config on Fenix

Categories

(GeckoView :: IME, enhancement)

All
Android
enhancement

Tracking

(firefox136 fixed)

RESOLVED FIXED
136 Branch
Tracking Status
firefox136 --- fixed

People

(Reporter: julienw, Unassigned)

References

Details

STR:

  1. open about:config on Fenix
  2. type "apz." to try to find prefs related to APZ.

=> apz has been changed to apa
(on my device)

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
Depends on: 1725806

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
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.