Closed
Bug 2068880
Opened 22 days ago
Closed 20 days ago
Refocusing the new tab search bar does not reopen the search suggestions dropdown
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
VERIFIED
FIXED
157 Branch
People
(Reporter: oardelean, Assigned: dao)
References
Details
(Whiteboard: [sng][mcab-hnt])
Attachments
(2 files)
Notes
- Please see the attached screenshot for more details.
- Reproducible with both Proton and Nova.
Found in
- Nightly 157.0a1;
Affected versions
- Nightly 157.0a1;
Tested platforms
- Windows 11;
- Ubuntu 22;
- macOS 13;
Affected platforms
- Windows 11;
- Ubuntu 22;
- macOS 13;
Steps to reproduce
- Launch Firefox.
- Focus the new tab search bar and input any string.
- Press Escape key to close the search suggestion dropdown or focus the in-page content.
- Re-focus the new tab search bar.
Expected result
- Upon refocusing the new tab search bar, the search suggestion dropdown should re-open immediately.
Actual result
- After refocusing the new tab search bar, the search suggestion dropdown doesn’t open; an additional action (eg. adding or removing a letter from the query) needs to be made for the dropdown to be visible.
| Assignee | ||
Updated•22 days ago
|
Assignee: nobody → dao+bmo
Severity: -- → S3
Priority: -- → P1
Whiteboard: [sng][mcab-hnt]
Updated•22 days ago
|
| Assignee | ||
Comment 1•22 days ago
|
||
It dereferences gBrowser, which New Tab's content realm doesn't have, so refocusing the bar threw before autoOpen could requery.
| Assignee | ||
Updated•22 days ago
|
Status: NEW → ASSIGNED
Pushed by dgottwald@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9c33c4129c82
https://hg.mozilla.org/integration/autoland/rev/e6b728f90386
Skip the persisted search terms lookup outside the address bar. r=jteow
Status: ASSIGNED → RESOLVED
Closed: 20 days ago
Resolution: --- → FIXED
Target Milestone: --- → 157 Branch
Updated•11 days ago
|
QA Whiteboard: [S3][QA-5590][qa-found-in-c157] → [S3][QA-5590][qa-found-in-c157][qa-triage-done-c158/b157][qa-ver-needed-c158/b157]
Flags: qe-verify+
Comment 4•7 days ago
|
||
Reproduced the initial issue using Nightly 157.0a1 2026-09-03.
Verified as fixed on Firefox 157 beta 2 and latest Nightly 158.0a1, under Win 11 and macOS 15.
Status: RESOLVED → VERIFIED
QA Whiteboard: [S3][QA-5590][qa-found-in-c157][qa-triage-done-c158/b157][qa-ver-needed-c158/b157] → [S3][QA-5590][qa-found-in-c157][qa-triage-done-c158/b157][qa-ver-done-c158/b157]
status-firefox158:
--- → verified
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•