Can't tab past tab-to-search results when the Urlbar is focused with the keyboard
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox81 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Focus the address bar with Accel+L
- Type enough for a search domain to be autofilled (e.g. "a" to autofill amazon.com). Observe a tab-to-search result is shown.
- Press tab. The tab-to-search result should be highlighed.
- Press tab again.
Expected:
The third result is highlighted.
Actual:
The next toolbar item is selected.
Looks like the fix from bug 1666927 didn't fix this. I wonder if that means highlighting tab-to-search results enters full search mode when instead we should preview search mode.
Comment 1•5 years ago
|
||
it seems a bit more than S4 if we get users used to TAB to search, they may keep tabbing, it's not just aesthetic.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
When Tab is pressed, SearchOneOffs
nulls its selectedButton
. From that call, UrlbarSearchOneOffs
calls UrlbarInput.restoreSearchModeState()
. Bug 1655486 changed restoreSearchModeState
to only restore non-preview search mode. So when Tab is pressed on a result previewing search mode, we actually exit search mode. Then when we get to the UrlbarController
Tab handler, allowTabbingThroughResults
is false because we are not in search mode, let alone search mode preview.
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Set release status flags based on info from the regressing bug 1655486
Comment 7•5 years ago
|
||
bugherder |
Description
•