Address bar is transparent when pasting text into new window
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox136 | --- | wontfix |
firefox137 | --- | verified |
firefox138 | --- | verified |
People
(Reporter: gregp, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
158.85 KB,
video/webm
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce:
- Open a new window with keyboard shortcut (Ctrl+N/Cmd+N)
- Quickly paste text with keyboard shortcut (Ctrl+V/Cmd+V)
Actual results:
Sometimes, the address bar is transparent
Expected results:
The address bar has a background color
Comment 1•10 days ago
|
||
:emilio, since you are the author of the regressor, bug 1927111, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Assignee | ||
Updated•10 days ago
|
Assignee | ||
Updated•10 days ago
|
Assignee | ||
Comment 2•10 days ago
|
||
hasAttribute("breakout") isn't the right check for "do we support
breakout", since we might be in the middle of recomputing the breakout
dimensions (which removes the attribute temporarily).
Use this.#allowBreakout instead.
Updated•10 days ago
|
Comment 3•8 days ago
|
||
Set release status flags based on info from the regressing bug 1927111
Updated•7 days ago
|
Comment 5•7 days ago
|
||
bugherder |
Comment 6•6 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-firefox137
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 7•6 days ago
|
||
Comment on attachment 9469326 [details]
Bug 1951284 - Fix a race condition in UrlbarInput.startLayoutExtend(). r=#urlbar-reviewers
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Comment 0
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): One liner.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•6 days ago
|
Comment 8•6 days ago
|
||
Comment on attachment 9469326 [details]
Bug 1951284 - Fix a race condition in UrlbarInput.startLayoutExtend(). r=#urlbar-reviewers
-> 137 beta 3, thanks.
Updated•6 days ago
|
Comment 10•5 days ago
|
||
Reproduced the issue described in comment 0 using an old Nightly build before the fix (2025-03-02), verified that using latest Nightly 138.0a1 and latest Firefox 137 beta build (from treeherder) this is indeed fixed across platforms (macOS 13.7, Ubuntu 22.04 and Windows 11).
Description
•