Closed
Bug 1788179
Opened 2 years ago
Closed 2 years ago
The pseudo element on a details/summary element does not render when the item is closed
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1308080
People
(Reporter: silviemeis, Unassigned)
References
Details
Attachments
(1 file)
180.27 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Steps to reproduce:
Create a summary/details element
See codepen: https://codepen.io/p0psicles/pen/ZEozYxa
Actual results:
When the details/summary is closed the ::after (or ::before) pseudo element is not rendered on firefox.
It is rendered when the details/summary is opened.
Expected results:
It should always render.
This is the behavior on Chrome and Safari.
Comment 1•2 years ago
•
|
||
I was able to reproduce the issue on Win10x64 using FF build 104.0 (20220818191623). If the component is not correct, please update it.
Updated•2 years ago
|
Severity: -- → S4
Has STR: --- → yes
Component: Untriaged → Firefox View
OS: Unspecified → All
Hardware: Unspecified → Desktop
Updated•2 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Priority: -- → P3
Comment 2•2 years ago
|
||
This doesn't seem related to the new Firefox View UI component at all.
Severity: S4 → --
Component: Firefox View → Layout
Priority: P3 → --
Product: Firefox → Core
Updated•2 years ago
|
Summary: The psuedo element on a details/summary element does not render when the item is closed → The pseudo element on a details/summary element does not render when the item is closed
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•