Entering search mode does not clear one-off selection
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
People
(Reporter: alice0775, Assigned: daisuke)
References
Details
(Keywords: ux-consistency)
Attachments
(2 files)
Steps to reproduce:
- Hit Ctrl+L so that Address Bar will get focus
- Hit Alt+↓ so that dropdown will appear
- Type @amazon[space]
Actual Results:
"Amazon.com" in Address Bar, but [G] is also highlighted in dropdown
Expected Results:
[G] should not be highlighted in this case
Comment 1•4 years ago
|
||
We should likely remove one-offs selection when entering search mode. Though I wonder if bug 1657676 changed the outcome here.
Comment 2•4 years ago
|
||
Bug 1657676 does make this a bit better. In this bug's STR, we'd show the Google search mode indicator on step 2. No results would be replaced. On step 3, the Google indicator would be replaced with the Amazon search indicator and the results would be replaced with Amazon search mode results. I think this new behaviour makes it pretty clear to the user what is happening. Regardless, we should probably run this one by UX.
Comment 3•4 years ago
|
||
Sorry, I meant bug 1664320 will make this better. That should land within a few hours.
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Note here we are still waiting for UX feedback (blocked-ux keyword), we should coordinate with Verdi to figure out what's the right solution, it's possible the patch is already implementing the right thing, but we must confirm it with UX.
Assignee | ||
Comment 6•4 years ago
|
||
Ah, I see! Okay, I will wait for the feedback.
Comment 7•4 years ago
|
||
The original bug here doesn't happen anymore, though I can reproduce two related problems:
a.
- CTRL+L
1a. [optional] type something - ALT+DOWN
- type something more
- cycle through one-off buttons with ALT+DOWN
=> The chiclet keeps showing the original engine instead of updating to the currently selected one.
b.
- CTRL+L
- ALT+DOWN twice (the default engine should not be selected)
- CTRL+K
=> this enters search mode for the default engine (e.g. Google) but the other engine one-off button is still selected
This is probably fixed by Daisuke's patch
Harry, apart from these bugs, are there actually questions for UX considered the original bug doesn't happen, nor what you meant in comment 2? Once we are in search mode any keyword typed after it should be considered just search text, based on recent fixes.
Comment 8•4 years ago
|
||
I filed a) as bug 1668012, so the remaining part here is b)
Comment 9•4 years ago
|
||
Discussed over Slack, there isn't anymore UX questioning here, so we can proceed with the suggested solution.
Comment 10•4 years ago
|
||
Updated•4 years ago
|
Comment 11•4 years ago
|
||
bugherder |
Comment 12•4 years ago
|
||
The patch landed in nightly and beta is affected.
:daisuke, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Description
•