Clicking HNT background no longer blurs focus from HNT's search box
Categories
(Firefox :: Search, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | wontfix |
| firefox150 | --- | wontfix |
| firefox151 | --- | verified |
People
(Reporter: cpeterson, Assigned: mbeier)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sng][mcab-hnt])
Attachments
(2 files)
@ Moritz: this bug is a regression from your fix for bug 1986130. I bisected this regression to this pushlog:
Steps to reproduce
- Open the HNT.
- Click in the HNT's search box to focus it.
- Click the HNT page's background to blur focus from the search box.
Expected result
The HNT's search box should no longer have focus.
Actual result
The HNT's search box still has focus.
If you click focus to the address bar or another tab, the focus is removed from the HNT's search box.
Updated•5 months ago
|
| Assignee | ||
Comment 2•5 months ago
|
||
Before bug 1986130, urlbar.addEventListener relayed the call to the input element. Now, urlbar is the container element itself, so it has its own addEventListener and other code needs to explicitly add listeners on the input field.
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Backed out for causing bc failures at browser_suppressFocusBorder.js
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Backed out for causing bc failures @browser_suppressFocusBorder.js.
Comment 10•5 months ago
|
||
| bugherder | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 11•5 months ago
|
||
The patch landed in nightly and beta is affected.
:mbeier, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox150towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•5 months ago
|
Comment 12•5 months ago
|
||
I've reproduced the issue in Firefox Nightly 151.0a1 (2026-03-24) on macOS 15. The issue no longer reproduces in the latest Nightly 151.0a1 on macOS 15, Windows 10 and Ubuntu 22.04. Marking as Verified Fixed.
Description
•