UITour isn't starting an address bar search properly with QuantumBar enabled
Categories
(Firefox :: Tours, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
I picked this up in a test run with QuantumBar enabled:
TEST-UNEXPECTED-FAIL | browser/components/uitour/test/browser_showMenu.js | Search string is Firefox - Got , expected Firefox
It looks like bug 1529931 changed how startQuery works, so we now have to either ensure pageproxystate
is invalid (which normally happens if the user typed something - input
event), or supply a parameter to startQuery.
I think given setting pageproxystate
is closest to what happens when the user types something, we shold do that.
Assignee | ||
Comment 1•6 years ago
|
||
Set 'pageproxystate' to invalid as it would be if the user typed the entry.
Comment 2•6 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #0)
It looks like bug 1529931 changed how startQuery works
Did you mean bug 1538158?
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Marco Bonardo [::mak] from comment #2)
(In reply to Mark Banner (:standard8) from comment #0)
It looks like bug 1529931 changed how startQuery works
Did you mean bug 1538158?
Ah yes, looks like it.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Description
•