Closed
Bug 1892772
Opened 2 years ago
Closed 2 years ago
"welcome-text" container is still rendered in the absence of title and subtitle
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
People
(Reporter: jprickett, Assigned: jprickett)
References
Details
Attachments
(3 files)
When both a title and subtitle aren't included in a screen's content in the split layout for spotlight, the element that contains them is still rendered, which makes the flex layout behave strangely when there is no title or subtitle.
| Assignee | ||
Comment 1•2 years ago
|
||
[Tracking Requested - why for this release]:
Necessary to run Embedded Migration wizard spotlight experiment in 126
Assignee: nobody → jprickett
Blocks: 1876166
Iteration: --- → 127.1 - Apr 15 - Apr 26
tracking-firefox126:
--- → ?
Priority: -- → P1
Comment 2•2 years ago
|
||
Tracking as requested.
Please keep in mind that next week is the final week of beta for Fx126.
Patches need to land in central and have a beta uplift request between now and EOD 2024-05-02
| Assignee | ||
Comment 3•2 years ago
|
||
Pushed by jprickett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cad50dfead95
Prevent about welcome split title container from rendering when no title or subtitle is present r=omc-reviewers,aminomancer
Comment 5•2 years ago
|
||
Backed out for causing node newtab failures
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | bundles | about:welcome bundle out of date
Flags: needinfo?(jprickett)
Pushed by jprickett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7b12d1b9f0f
Prevent about welcome split title container from rendering when no title or subtitle is present r=omc-reviewers,aminomancer
| Assignee | ||
Comment 7•2 years ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D208269
Updated•2 years ago
|
Attachment #9398771 -
Flags: approval-mozilla-beta?
Comment 8•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Comment 9•2 years ago
|
||
beta Uplift Approval Request
- User impact if declined: n/a, experiment will not run in 126
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: Steps are present in this patch
- Risk associated with taking this patch: minimal
- Explanation of risk level: This prevents an element from rendering when it is empty. All of the current use cases have this element with children it, so this code will not affect them.
- String changes made/needed: None
- Is Android affected?: no
Flags: qe-verify+
Updated•2 years ago
|
QA Whiteboard: [qa-triaged]
Updated•2 years ago
|
Attachment #9398771 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•2 years ago
|
||
| uplift | ||
Updated•2 years ago
|
status-firefox126:
--- → fixed
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(jprickett)
You need to log in
before you can comment on or make changes to this bug.
Description
•