Report of autocomplete suggestion from history lingering after nonmatching input
Categories
(Fenix :: Toolbar, defect)
Tracking
(firefox108 fixed)
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: csadilek, Assigned: petru)
Details
Attachments
(3 files)
From github: https://github.com/mozilla-mobile/android-components/issues/3611.
Following is an example but not the exact URL scenario. @dholbert says it seems to be happening infrequently with history URLs.
"I started typing "yahoo", and y autocompleted to yelp.com, and then I typed "ah" and I was briefly looking at "yah[elp.com]" but then after ~1 second of looking at that, it fixed itself"
STR:
When opening Fenix (usually from fresh launch)
- Open search
- Type "a" ("[mazon.com]" suggested)
- Type something that doesn't match the suggestion, ie "aa"
Expected:
Suggestion updatesActual:
"[mazon.com]" remains as the autocomplete suggestion like "aaa[mazon.com]". Needs to be backspaced to delete it┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
(chiming in, since I'm quoted as an affected-user in the original bug on github):
I can still reproduce this as-described in https://github.com/mozilla-mobile/android-components/issues/3611#issuecomment-507411437 (where broken rendering only sticks around for a fraction of a second). I just hit it now; I'll post a screenshot.
I feel like I've seen this ~recently where the rendering sticks around longer, too (as noted in the last paragraph of that same 2019 github comment), but I don't remember precisely when.
Comment 2•2 years ago
|
||
Here's a screenshot of the bug, following similar steps to what I described on github, though my autocompletion results are a bit different now.
(1) type "y"
--> My fenix autocompletes to y[outube.com]
(2) Type "e"
--> the "e" gets inserted but the autocompletion suffix remains, so now it shows "ye[outube.com]" as shown in screenshot, which is a bogus autocompletion (could even be a malicious site for all we know)
(3) After a short period of time, the autocompletion updates to "ye[lp.com]"
The EXPECTED RESULT here is that we should never show "residual cruft" from previous no-longer-valid autocompletions. In particular, we should never show "ye[outube.com]" as we did in the attached screenshot.
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Can see it (not always) if slowing down a screen recording and scrubbing the video.
For me it's a very small delay but it's there. Looks like something that can be fixed.
Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
Issue should be fixed in tomorrow's Nightly.
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment hidden (collapsed) |
Description
•