Closed
Bug 865651
Opened 12 years ago
Closed 11 years ago
Inspector outlines/box model ignores CSS transforms
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 714738
People
(Reporter: djc, Unassigned)
Details
On one of the sites I'm hacking on, I have a li with transform: rotate(270deg). This is ignored by the selection outline for the inspector (e.g. when hovering over the element, the outline shows up as horizontal when the element is vertical).
Similarly, the box model panel doesn't seem to acknowledge the rotation.
Comment 1•11 years ago
|
||
The box model is not affected by CSS transforms. The highlighter (the outline) can only use rectangles for now.
See bug 714738.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•