Closed
Bug 1186958
Opened 9 years ago
Closed 9 years ago
::before/::after pseuo element becomes unselectable in rule view setting position:relative on the parent
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox42 affected)
RESOLVED
DUPLICATE
of bug 1208544
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: bgrins, Unassigned)
References
Details
STR:
Open http://bgrins.github.io/devtools-demos/inspector/pseudo.html
Inspect (and expand) the <h1> in the markup view
Set position:relative on the element in the rule view
Inspect the ::before element
Expected:
See rules in the Rule View
Actual:
See "no element selected"
There's a good chance this is a dupe of Bug 1034110. I'm guessing what is happening is that when changing the position of the parent element, the pseudo element gets destroyed and recreated but we don't have any event for this happening
Reporter | ||
Comment 1•9 years ago
|
||
This is fixed by Bug 1208544
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•