Closed
Bug 939840
Opened 12 years ago
Closed 12 years ago
Box model pane: show the positioning information in addition to margin/padding/border/etc
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: julienw, Assigned: paul)
References
Details
Attachments
(1 file, 1 obsolete file)
|
4.48 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
In Firebug's box model pane, we can see all positioning information for an element, if it's relatively or absolutely or fixed positioned (and "position: sticky" could be nice to know now too).
We can also see the z-index although that's less useful to me.
In my day to day debugging, I really miss that ability in the native Dev Tools.
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [good-first-bug][lang=js][mentor=paul]
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [good-first-bug][lang=js][mentor=paul]
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
Getting some interesting errors:
console.error: element changed
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 8333935 [details] [diff] [review]
v1
I broke something…
Attachment #8333935 -
Flags: review?(mratcliffe)
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8333935 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 8333942 [details] [diff] [review]
v1.1
https://tbpl.mozilla.org/?tree=Try&rev=fcc9fbfc4518
Attachment #8333942 -
Flags: review?(mratcliffe)
Comment 6•12 years ago
|
||
Comment on attachment 8333942 [details] [diff] [review]
v1.1
Review of attachment 8333942 [details] [diff] [review]:
-----------------------------------------------------------------
r+ assuming that try is green
Attachment #8333942 -
Flags: review?(mratcliffe) → review+
| Reporter | ||
Updated•12 years ago
|
Version: 21 Branch → Trunk
| Reporter | ||
Comment 7•12 years ago
|
||
Maybe I was not clear enough in comment 0, but I'd like to see also the top/left/right/bottom properties when the element is positioned.
| Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #7)
> Maybe I was not clear enough in comment 0, but I'd like to see also the
> top/left/right/bottom properties when the element is positioned.
Alright. This is the first part (showing position), for top/left/right/bottom properties, it will happen in bug 940275.
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•