Open
Bug 2060522
Opened 28 days ago
Updated 20 days ago
Transparent error notification causes background text to bleed through in FELT window
Categories
(Enterprise Products :: Firefox, defect)
Tracking
(firefox153 unaffected, firefox154 unaffected, firefox155 affected)
NEW
MVP
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | unaffected |
| firefox154 | --- | unaffected |
| firefox155 | --- | affected |
People
(Reporter: pmagyari, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [recomp-nova] )
Attachments
(2 files)
Affected version
- Firefox Enterprise 155.0a1 (Nova)
Affected platforms
- All
Steps to reproduce
- Disable Internet connection
- Open Firefox Enterprise
- Enter a random character into the email text field and press
[Continue]
Expected result
- Background text is not visible through the error notification(s)
Actual result
- Transparent error notification(s) cause background text to bleed through
Comment 1•28 days ago
|
||
Some additional context from briefly looking into this...
- This issue reproduces on the Storybook for Firefox when
typeis set to anything exceptinfo. - The css var
--moz-message-bar-coloris defined inmoz-message-bar.tokens.cssto use the--background-color-boxtoken, while the critical/warning/success variants use an undefined--message-bar-background-colortoken (see screenshot). - In the message bar tokens,
--message-bar-background-color-warningis set tovar(--message-bar-background-color), and then the warning variant's css rule,--message-bar-background-coloris set tovar(--message-bar-background-color-warning)so the variables are cyclical and never uses a properly defined token.
Updated•28 days ago
|
Whiteboard: [recomp-nova]
Updated•28 days ago
|
Updated•20 days ago
|
Severity: -- → S3
Target Milestone: --- → MVP
You need to log in
before you can comment on or make changes to this bug.
Description
•