Use will-change: transform in the urlbar to make sure to consistently contain fixed position descendants.
Categories
(Firefox :: Address Bar, task)
Tracking
()
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
| Assignee | ||
Comment 1•1 year ago
|
||
To make sure to consistently contain fixed position descendants.
This fixes the menubar case in bug 1949528 comment 5, which was
regressed by bug 1937363 because it added a position: fixed element
inside the urlbar.
Comment 3•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•1 year ago
|
||
Comment on attachment 9467658 [details]
Bug 1949742 - Use will-change in the urlbar. r=#theme,#urlbar-reviewers
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: See bug 1949528
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: On macOS, go fullscreen and hover over the menubar.
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): trivial css fix
- String changes made/needed: none
- Is Android affected?: No
| Assignee | ||
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Comment on attachment 9467658 [details]
Bug 1949742 - Use will-change in the urlbar. r=#theme,#urlbar-reviewers
Fx136 is now in release.
Moving uplift request from beta to release for possible inclusion in an RC respin or later dot release.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
I can reproduce this issue in Nightly v135.0a1 (2025-01-06) and Nightly v137.0a1 (2025-02-20) and I can verify the fix in Nightly v137.0a1 (2025-02-24) and Nightly v137.0a1 (2025-02-25). Testing was performed on MacOS 11 and MacOS 14 aarch64.
Will keep an eye for a possible uplift for verification.
Comment 7•1 year ago
|
||
Comment on attachment 9467658 [details]
Bug 1949742 - Use will-change in the urlbar. r=#theme,#urlbar-reviewers
Approved for 136.0 RC3
Updated•1 year ago
|
Comment 9•1 year ago
|
||
I can also confirm this fix in RC 136.0 build3. Being in fullscreen and hovering over the menubar no longer disabled the formatting of the URL in the addressbar. Tested in MacOS 11 and MacOS 14 aarch64. Closing report.
Description
•