URL color formatting disappears when adjusting window
Categories
(Firefox :: Address Bar, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox135 | --- | wontfix |
firefox136 | --- | wontfix |
firefox137 | --- | fixed |
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•5 days 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•5 days ago
|
||
This happens on linux as well if I do:
gUrlBar.textbox.style.translate = "0"
from the browser console.
Assignee | ||
Comment 4•5 days ago
|
||
Assignee | ||
Comment 5•5 days 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•5 days ago
|
Assignee | ||
Comment 6•5 days 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•5 days ago
|
Comment 8•5 days ago
|
||
Set release status flags based on info from the regressing bug 1937363
Updated•3 days ago
|
Comment 10•2 days 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-firefox136
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 11•2 days 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•2 days ago
|
Description
•