Prevent URL bar from showing through preonboarding modal
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | + | fixed |
firefox137 | --- | fixed |
People
(Reporter: mviar, Assigned: mviar)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
[Tracking Requested - why for this release]: Supports experimentation in Fx136 (see Jira)
Address issue where URL bar bleeds through preonboarding Spotlight modal after implementation changes in bug 1945672
Updated•1 month ago
|
Comment 1•1 month ago
|
||
Set release status flags based on info from the regressing bug 1945672
Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Comment 4•1 month ago
|
||
The bug is marked as tracked for firefox136 (beta). However, the bug still has low severity.
:mviar, could you please increase the severity for this tracked bug? If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 5•1 month ago
|
||
We're discussing a potential workaround - I'll upgrade the severity if we decide it isn't sufficient.
Updated•1 month ago
|
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 6•1 month ago
|
||
The work around wasn't effective in all cases, so I've increased the severity for uplift into 136 beta.
Assignee | ||
Comment 8•1 month ago
|
||
Addresses issue where the URL bar appeared through the UI of the preonboarding modal (see screenshot in bug).
- Show the preonboarding after the "MozAfterPaint" event fires for the browser chrome.
- If for some reason the "MozAfterPaint" event never fires of the event listener was added after it fired, show the modal after 1 second as a fallback.
Original Revision: https://phabricator.services.mozilla.com/D237100
Updated•1 month ago
|
Comment 9•1 month ago
|
||
beta Uplift Approval Request
- User impact if declined: The preonboarding modal would have a significant visual glitch where the URL bar content shows through the modal content
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: See test plan in https://phabricator.services.mozilla.com/D237100
- Risk associated with taking this patch: Low
- Explanation of risk level: Changes are limited to breakout behavior of the URL bar and have undergone review by multiple reviewers
- String changes made/needed: None
- Is Android affected?: no
Updated•1 month ago
|
Updated•1 month ago
|
Comment 10•1 month ago
|
||
beta Uplift Approval Request
- User impact if declined: Users will see a significant visual glitch where the URL bar bleeds through the preonboarding modal displayed in our 136 experiment
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: See test steps in https://phabricator.services.mozilla.com/D237100
- Risk associated with taking this patch: Low
- Explanation of risk level: This patch only affects URL breakout behavior and has been reviewed by several reviewers
- String changes made/needed: none
- Is Android affected?: no
Comment 11•1 month ago
|
||
bugherder |
Updated•1 month ago
|
Comment 12•1 month ago
|
||
uplift |
Updated•1 month ago
|
Updated•1 month ago
|
Description
•