victorporof / Tilt

Tilt: a WebGL-based 3D visualization of a Webpage
http://blog.mozilla.com/tilt/
Other
490 stars 56 forks source link

Selected element should be highlighted in the DOM tree at left #9

Closed Drugoy closed 12 years ago

Drugoy commented 13 years ago

And it shouldn't be just highlighted: the DOM tree should also get scrolled to that element, so it gets centered in the list.

victorporof commented 13 years ago

Yes, good idea. I also plan implementing a search above it (by tag, class, id, attribute, anything).

robcee commented 13 years ago

selector?

victorporof commented 12 years ago

There is no more DOM tree in the integrated version of Tilt (Firefox >= 11). Currently, the element is instead highlighted in the html breadcrumbs part of the Inspector.