Suggestion for https://www.1001tracklists.com incorrectly prompts to search instead of visit
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
People
(Reporter: yoasif, Assigned: mak)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
STR:
- Navigate to https://www.1001tracklists.com once, to establish autocomplete
- Type "1001" into the bar.
What happens:
Firefox autocompletes my entry to 1001tracklists.com/ but shows that it will search with my search engine for "1001" if I press enter.
Expected result:
Firefox will "visit" 1001tracklists.com/ instead of searching.
Reported on reddit:
https://www.reddit.com/r/firefox/comments/d8qp0q/why_is_autocomplete_behaving_unreliably_here/
9:23.63 INFO: No more inbound revisions, bisection finished.
9:23.63 INFO: Last good revision: 99a6defccec0caa61a65fddb3b9ea4b416133662
9:23.63 INFO: First bad revision: 3779a2682cc744ca22372a94ea3befe0fccf7029
9:23.63 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=99a6defccec0caa61a65fddb3b9ea4b416133662&tochange=3779a2682cc744ca22372a94ea3befe0fccf7029
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Marco, can you look into this regression caused by your patch in bug 1537640? Thanks!
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Yes, I'll have a look at this.
Assignee | ||
Comment 4•6 years ago
|
||
The tokenizer currently thinks large numbers are "broken" IPs, thus it says they
can't be an origin. Unfortunately we use that same code path to identify possible
origin prefixes, and origins can start with a number. Thus we end up searching
rather than autofilling the origin.
For now fix the heuristic for IPs, in the future we may evaluate splitting these
code paths.
Comment 6•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Unless you feel strongly about getting this into 70 release, I'd like to let this ride the trains with 71.
Updated•6 years ago
|
Description
•