Firefox 148b1 for Android address bar autocorrects input
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
People
(Reporter: leongyihao, Assigned: petru)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid][group3])
Attachments
(3 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
User Agent: Mozilla/5.0 (Android 16; Mobile; rv:148.0) Gecko/148.0 Firefox/148.0
Steps to reproduce:
Type in an address manually using a keyboard with auto correct turned on:
bleepingcomputer.com
Suspect text field missing:
android:inputType="textUri"
Actual results:
The keyboard treat the address bar as a generic text field and auto correct it to:
bleeping computer.<space>
Expected results:
No auto correct like in v147
Comment 2•3 months ago
|
||
Please double check if the old toolbar has this issue before fixing it
Updated•3 months ago
|
Comment 3•3 months ago
|
||
The issue is reproducible when using Gboard with the composable toolbar, but does not occur with the legacy toolbar. It currently affects the latest release (147.0.1).
Comment 4•3 months ago
|
||
From further testing, the issue seems to reproduce only in normal mode (not in private/incognito mode). A quick review of the code suggests this may be intentional.
Petru, could you please verify if this is the expected behavior?
| Assignee | ||
Comment 5•3 months ago
|
||
(In reply to Rhodwell Malicdem [:RJ] from comment #4)
From further testing, the issue seems to reproduce only in normal mode (not in private/incognito mode). A quick review of the code suggests this may be intentional.
Petru, could you please verify if this is the expected behavior?
Yes, this was intentional to help with inputting search terms but tested with older versions of Firefox and with Chrome and they don't allow this.
So if it's causing issues we can avoid this.
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Comment 6•3 months ago
|
||
Comment 7•3 months ago
|
||
Set release status flags based on info from the regressing bug 1994013
Comment 9•3 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 months ago
|
Comment 10•3 months ago
|
||
The patch landed in nightly and beta is affected.
:petru, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox148towontfix.
For more information, please visit BugBot documentation.
Comment 11•3 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: Typed URL might be autocorrected leading to user frustration.
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=2010365#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Simple flag change to disable autocorrect.
- String changes made/needed: --
- Is Android affected?: no
| Assignee | ||
Comment 12•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D280713
Comment 13•3 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Typed URL might be autocorrected leading to user frustration.
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=2010365#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Simple flag change to disable autocorrect.
- String changes made/needed: --
- Is Android affected?: no
| Assignee | ||
Comment 14•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D280713
| Assignee | ||
Updated•3 months ago
|
Comment 15•3 months ago
|
||
Verified as fixed on the latest Firefox for Android Nightly 149.0a1 from 1/29 using a Google Pixel (Android 10), and a Huawei Pura 70 (Android 12).
Updated•3 months ago
|
Updated•3 months ago
|
Comment 16•3 months ago
|
||
| uplift | ||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 17•3 months ago
|
||
| uplift | ||
Comment 18•3 months ago
|
||
Verified as fixed on the latest Firefox for Android Beta 148.0b9 using a Google Pixel (Android 10), and a Motorola Moto G30 (Android 12).
Comment 19•3 months ago
|
||
Verified as fixed on the latest Firefox for Android RC 147.0.3 using a Vivo Y22S (Android 13), and a Samsung Galaxy S25 Ultra (Android 16).
Updated•3 months ago
|
Description
•