Setting `display: none` on ::backdrop does not remove it
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: random_n0body, Unassigned, NeedInfo)
Details
Attachments
(1 file)
3.41 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0
Steps to reproduce:
- Visit https://codepen.io/depict_daniel/pen/OJKyoMY
- Click "toggle backdrop visibility"
Actual results:
The backdrop gets more transparent but the background is still faded out
Expected results:
The backdrop gets removed entirely, as it does in both safari and chrome
Reporter | ||
Comment 1•9 months ago
|
||
Possible duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1836560 But that one seems to be about a test failure and abandoned, thought I'd report this as this actually presents an issue on our website/app
Comment 2•9 months ago
|
||
Not sure if this belongs in CSS Parsing and Computation. Please move if there's a better component.
Comment 3•9 months ago
•
|
||
I removed all stuff related to transitions (to make sure this is not related to the display:none animation), and this is still reproducible.
I expect this is a bug related to ::backdrop implementation with display:none.
Comment 4•9 months ago
|
||
I set Web Painting based on Bug 1064843.
Please feel free to move back to layout if this is not belonging to Web Painting.
Updated•9 months ago
|
Updated•9 months ago
|
Comment 5•9 months ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit BugBot documentation.
Description
•