URL color formatting disappears when adjusting window
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: yazan, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
The address bar's greyed out URL formatting disappears when maximizing the window, it also occurs when hovering over the menu bar at the top of the screen (MacOS).
Found in Nightly version 137.0a1 (2025-02-20).
Mozregression results:
- last good: 2024-04-10
- first bad: 2024-04-11
- pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=4e5967329fdd11900812e37e282706d5bd223a00&tochange=6156ce2073de13dbea579f024302366622fc15b3
Only been able to reproduce this issue on macOS 14 so far.
Comment 2•1 year ago
|
||
Based on comment #1, this bug contains a bisection range found by mozregression. However, the Regressed by field is still not filled.
:alexical and :emilio, since you are the authors of the changes in the range, if possible, could you fill the Regressed by field and investigate this regression?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 3•1 year ago
|
||
This happens on linux as well if I do:
gUrlBar.textbox.style.translate = "0"
from the browser console.
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
#urlbar:not([unifiedsearchbutton-available]) > .urlbar-input-container > & {
/* Display as off-screen to get focus */
position: fixed;
top: -999px;
}
Yeah that'd cause a reframe when the urlbar gets a transform...
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
So that the urlbar highlighting doesn't get lost. This is kind of a
workaround tbh but it's not too bad so...
Updated•1 year ago
|
Comment 8•1 year ago
|
||
Set release status flags based on info from the regressing bug 1937363
Updated•1 year ago
|
Comment 10•1 year ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox136towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 11•1 year ago
|
||
We're late enough in the cycle and the system theme is off on release, so I don't think it makes sense to uplift this one. Might be worth uplifting bug 1949742 tho.
| Assignee | ||
Updated•1 year ago
|
Comment 12•9 months ago
|
||
Reproduced with Firefox 137.0a1 (2025-02-20) on macOS 15.
Verified as fixed with Firefox 141.0a1 (20250617092639) and Firefox 140.0b9 (20250613141822) on macOS 14, Windows 10 and Ubuntu 22
Description
•