Closed
Bug 1019457
Opened 12 years ago
Closed 10 years ago
CSS transform highlighter highlights the element even when the transform is applied to ::before or ::after
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pbro, Unassigned)
References
Details
Depends on bug 1014547 which hasn't landed yet.
STR:
- load http://jsbin.com/lezanina/1/
- inspect the pink DIV
- expand the pseudo-elements category in the rule-view
- hover over the transform property in the :before pseudo
==> Expected: the transform highlighter overlay appears over the :before pseudo-element
==> Actual: the transform highlighter overlay appears over the parent element instead
| Reporter | ||
Comment 1•12 years ago
|
||
Fixing this requires being able to use getBoxQuads on pseudo elements.
Comment 2•10 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
The issue described here is solved, but we still have problems with pseudo elements transform highlighting.
See Bug 1102601 for instance.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•