Closed Bug 1949528 Opened 6 days ago Closed 4 days ago

URL color formatting disappears when adjusting window

Categories

(Firefox :: Address Bar, defect)

defect

Tracking

()

RESOLVED FIXED
137 Branch
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:

Only been able to reproduce this issue on macOS 14 so far.

Keywords: regression

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.

Flags: needinfo?(emilio)
Flags: needinfo?(dothayer)

This happens on linux as well if I do:

gUrlBar.textbox.style.translate = "0"

from the browser console.

       #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...

Flags: needinfo?(dothayer)
Depends on: 1949742

So that the urlbar highlighting doesn't get lost. This is kind of a
workaround tbh but it's not too bad so...

Assignee: nobody → emilio
Status: NEW → ASSIGNED
Flags: needinfo?(emilio)
See Also: → 1476281
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/10f0e707cd24 Avoid reframing the toolbox when going into macOS full-screen. r=desktop-theme-reviewers,dao
Regressed by: 1937363

Set release status flags based on info from the regressing bug 1937363

Status: ASSIGNED → RESOLVED
Closed: 4 days ago
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch

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 to wontfix.

For more information, please visit BugBot documentation.

Flags: needinfo?(emilio)

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.

Flags: needinfo?(emilio)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: