First bookmark search result in address bar flickers while typing
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | fixed |
People
(Reporter: ke5trel, Assigned: mak)
References
(Blocks 1 open bug, Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Make sure
browser.search.separatePrivateDefault.ui.enabled = true
. - Focus address bar and type
addons mozilla firefox addon nightly tester tools
(corresponds with a default bookmark) while watching the first bookmark result.
The first bookmark often flickers when a key is pressed.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=6eec85211514c69e54c7b8dd715998d0414950ce&tochange=fbf1a77926c2d27e71b69ec7d3509953c1627545
Regressed by Bug 1580834.
Comment 1•5 years ago
|
||
This seems to be the fact that we're getting (all?) search suggestions first, then the results from history. Hopefully Marco will have some ideas here...
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
The only idea I have so far is to add a delay to the search in a private window result... it's not a simple problem to solve in general, we get search results first, we add the search in pb, then other results arrive and we discover it should not be shown, thus it gets removed.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
Backed out 2 changesets (Bug 1588469, Bug 1588464) for causing bc failures in browser_test_focus_urlbar.js
Changeset c5bff62e1640 was backed out because I was getting a conflict while trying to backout the culprit from Bug 1588469 as these two are working on the same files.
Comment 7•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•3 years ago
|
Description
•