Closed
Bug 1138330
Opened 11 years ago
Closed 9 years ago
Be smart when positioning the GeometryEditorHighlighter labels
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1260794
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [creative-tools][btpp-backlog])
Follow-up to bug 1123851.
There are cases where the position/size labels may overlap or end up only partly visible when the element is near the edge of the viewport.
Comment 1•9 years ago
|
||
Bug 1139187 just landed, so we should be able to work on this now.
STRs:
- open data:text/html,<style>div{position:absolute; top:30px; left:30px;border:10px solid red;}</style><div>test</div>
- open inspector
- select the div
- open Inspector > Box Model tab
- click on the "Edit position" icon to the left of "absolute"
- move the handles near the window edges
ER: Labels should remain visible
AR: Labels are partially cut out.
Matteo: I am triaging this as P3 for now, but we could also handle this in 1260794 and close this one as a duplicate.
Comment 2•9 years ago
|
||
Not only the labels but also the handles and offset indicator lines should be moved to stay visible.
Sebastian
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(zer0)
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
•