UITour highlight appears as a solid color rectangle instead of a translucent highlight
Categories
(Toolkit :: Themes, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox90 | --- | unaffected |
| firefox91 | --- | fixed |
| firefox92 | --- | fixed |
People
(Reporter: molly, Assigned: molly)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
Bug 1708735 added this line (also in the other platform-specific versions of that file), which serves its intended purpose, but also accidentally selects the UI Tour highlight, because it's a panel containing a shadow slot with part="content". We'll need to override that property for the highlight's slot element.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1708735
Comment 4•4 years ago
|
||
| bugherder | ||
Comment 5•4 years ago
|
||
Is this something you wanted to nominate for Beta uplift before next week's RC?
| Assignee | ||
Comment 6•4 years ago
|
||
Comment on attachment 9233609 [details]
Bug 1722799 - Prevent the UITour highlight background from having a solid background. r=Gijs
Beta/Release Uplift Approval Request
- User impact if declined: Any use of UITour that attempts to highlight an item in the browser UI will instead just draw a solid white rectangle over that item.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch only touches the styles that apply specifically to the UITour highlight panel.
- String changes made/needed:
Comment 7•4 years ago
|
||
Comment on attachment 9233609 [details]
Bug 1722799 - Prevent the UITour highlight background from having a solid background. r=Gijs
css regression fix, approved for 91 rc1
Comment 8•4 years ago
|
||
| bugherder uplift | ||
Updated•4 years ago
|
Description
•