Open
Bug 1844269
Opened 1 year ago
Updated 1 year ago
Shape highlighter does not work when clicking on the button in a Pseudo-elements section rule
Categories
(DevTools :: Inspector: Rules, defect, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce
- Go to
data:text/html,<meta charset=utf8><style>body {font-size: 30px} div::after { content: "AFTER"; display: block; height: 50px; background: tomato;clip-path: circle(30px) }</style><div>content</div>
- Inspect the
content
div - Expand the "Pseudo-elements" section
- There should be a
div::after
rule, with aclip-path
property, click on the shape highlighter button
Expected results
I can edit the shape
Actual results
The highlighter isn't displayed
Note that this work if you select the ::after
node in the markup view
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Updated•1 year ago
|
Blocks: devtools-pseudo
You need to log in
before you can comment on or make changes to this bug.
Description
•