Closed
Bug 2028424
Opened 5 months ago
Closed 4 months ago
Using the UP/Down arrows on the More Options menu will close the suggestion drop down
Categories
(Core :: Machine Learning: Frontend, defect)
Tracking
()
VERIFIED
FIXED
151 Branch
People
(Reporter: atrif, Assigned: echa)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai][input])
Attachments
(3 files, 1 obsolete file)
Found in
- 150.0b3
Affected versions
- 150.0b3
- 151.0a1 (2026-04-01)
Affected platforms
- most likely all - on Windows and Ubuntu, bug 2024149 is hit
Steps to reproduce
- Open the Smart Window.
- Search for something.
- Click on the
More optionsarrow and press the Down keyboard arrow key
Expected result
- The suggestion drop-down is not closed.
Actual result
- The suggestion dropdown is closed, and the
More optionsdropdown remains in the air.
Regression range
N/A
Updated•5 months ago
|
- Track
input-ctadropdown state with a boolean set onshowingand cleared onhidden - Guard
view.closein_on_blurso it doesn’t run while the dropdown is open
Pushed by echa@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4e776b369104
https://hg.mozilla.org/integration/autoland/rev/f5e958ca74e3
Using the UP/Down arrows on the More Options menu will close the suggestion drop down r=ai-frontend-reviewers,urlbar-reviewers,mak,gcardieri
Comment 3•4 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-found-in-b150][QA-4747][S4] → [qa-found-in-b150][QA-4747][S4][qa-triage-done-c152/b151][qa-ver-needed-c152/b151]
Flags: qe-verify+
QA Contact: atrif
Comment 5•4 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: Using the UP/Down arrows on the More Options menu will close the suggestion drop down
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: Open the Smart Window.
Search for something.
Click on the More options arrow and press the Down keyboard arrow key - Risk associated with taking this patch: low
- Explanation of risk level: Low: Added check to see if input cta is in focus before closing suggestion dropdown
- String changes made/needed?: No
- Is Android affected?: yes
Attachment #9582917 -
Flags: approval-mozilla-release?
fix
Original Revision: https://phabricator.services.mozilla.com/D293956
Comment 7•4 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Using the UP/Down arrows on the More Options menu will close the suggestion drop down
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: Open the Smart Window.
Search for something.
Click on the More options arrow and press the Down keyboard arrow key - Risk associated with taking this patch: low
- Explanation of risk level: Low: Added check to see if input cta is in focus before closing suggestion dropdown
- String changes made/needed?: No
- Is Android affected?: yes
Attachment #9582922 -
Flags: approval-mozilla-beta?
fix
Original Revision: https://phabricator.services.mozilla.com/D293956
Updated•4 months ago
|
Attachment #9582922 -
Attachment is obsolete: true
Attachment #9582922 -
Flags: approval-mozilla-beta?
Updated•4 months ago
|
Attachment #9582917 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•4 months ago
|
Updated•4 months ago
|
QA Whiteboard: [qa-found-in-b150][QA-4747][S4][qa-triage-done-c152/b151][qa-ver-needed-c152/b151] → [qa-found-in-b150][QA-4747][S4][qa-triage-done-c152/b151][uplift][qa-ver-needed-c152/b151]
Comment 10•4 months ago
|
||
Verified as fixed in our latest Beta 151.0b7 and our latest Release 150.0.2 as well as our latest Nightly 152.0a1 (2026-05-04)
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-found-in-b150][QA-4747][S4][qa-triage-done-c152/b151][uplift][qa-ver-needed-c152/b151] → [qa-found-in-b150][QA-4747][S4][qa-triage-done-c152/b151][uplift][[qa-ver-done-c152/b151]
status-firefox152:
--- → verified
Flags: qe-verify+
Updated•3 months ago
|
Flags: needinfo?(echa)
You need to log in
before you can comment on or make changes to this bug.
Description
•