Improved DOM Inspector! [dm version]. Box Model new layout & more data. Horizontal scroll for Dom-Tree, and some more.
Inspects the structure and properties of a window and its contents.
Added in [dm version]:
· HORIZONTAL SCROLL Bar in Dom Tree panel.
· Added new "BOX MODEL Plus" viewer with better layout and more data.
# scrollTop, scrollLeft, ΔscrollWidth, ΔscrollHeight values only appear if there is at least one nonzero value. "Δ" is "delta", the values are the difference of the visible Width/Height and the total scrollWidth/Height. (you can think of the "delta" values as the invisible part). This "delta" use allows the values to appear *only* when the 'invisible' part is nonzero. (they typically appear for an object with fixed Width/Height and content inside it that had overflowed)
# Standard Box model stays too, with some styling (column align, etc).
· Resizable dialog for 'Edit/New Attribute'.
(You can even leave original DOM-Inspector installed and disabled for watching updates).
FYI: the option "View" -> "Blink Selected Element" is working only for deactivated Hardware acceleration (in Firefox: Options -> Advanced)
Requirements:
· Firefox Mobile (Fennec)
What's New in This Release: [ read full changelog ]
· Way better "Box Model Plus" mode!