Address bar autocompletes "wnc" to "www.google.com" when it's typed too fast
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
People
(Reporter: dustin, Unassigned)
References
Details
Attachments
(1 file)
|
139.79 KB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
This is likely specific to my sites, bookmarks and browsing history, so it is likely going to be difficult to reproduce. I was testing the cases from #1655363, and while I can confirm that www doesn't erroneously autocomplete to woogle.com, I'm still seeing the partial match replaced with an incorrect completion.
Open a new tab, quickly enter wnc or wat.
Actual results:
I end up with w.google.com or wamtea.slack.com in the address bar.
It seems like a search is dispatched after the first character and when it comes back it destroys the second and third characters.
| Reporter | ||
Comment 1•5 years ago
|
||
In the first instance, wnc, it still highlights www as the matching portion of the URL once it has deleted the nc.
If I type more slowly, w n c, the result usually comes back after the n, result in w.google.com which is then overstruck with c.
Comment 2•5 years ago
|
||
Can you help us findind a regression range using mozregression? I think you can copy your profile to a new one and ask mozregression to use that new testing profile.
Im wondering if this is related to bug 1653436, rather than being leftover from bug 1655363.
Comment 3•5 years ago
|
||
I assume even if you confirm it, the final navigation is correct?
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I can sort-of reproduce something like this typing "wc" and having it complete to "ww.google.com". I'll see if I can figure out something.
Updated•5 years ago
|
| Comment hidden (obsolete) |
Comment 7•5 years ago
|
||
I'm duping to bug 1653436, the underlying issue is the same. If the patches there should not resolve it once landed, we can re-evaluate.
Description
•