Closed
Bug 112817
Opened 23 years ago
Closed 23 years ago
DOM Inspector should scroll to the right element in the browser pane
Categories
(Other Applications :: DOM Inspector, enhancement)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zipo13, Assigned: hewitt)
Details
Attachments
(1 file, 1 obsolete file)
627 bytes,
patch
|
fabian
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
When clicking on elements in the DOM nodes pane the refered element flashes in
red in the browser pane.
I think it would be nice that if the selected element in the browser pane is not
visible, then the Inspector will scroll the browser window to the element first
and only then flash.
Comment 1•23 years ago
|
||
definitely.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Comment 2•23 years ago
|
||
Comment 4•23 years ago
|
||
Looks like only HTML elements have scrollIntoView....
Put in a check for existence before calling the function, but we may want to
come up with a different mechanism for a random XUL document....
Attachment #59861 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Comment on attachment 59865 [details] [diff] [review]
Better patch.
r=fabian
Attachment #59865 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
Comment on attachment 59865 [details] [diff] [review]
Better patch.
sr=hewitt
Attachment #59865 -
Flags: superreview+
Comment 7•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Unfortunately, the whole world of XML/XHTML/MathML is left out of the equation.
What about another iteration/bug to get a more comprehensive way (using the
selection controller -- c.f. example of use in bug 122524 - attachment 82672 [details] [diff] [review]).
Cc:me in the loop if you intent to pursue it.
Comment 9•23 years ago
|
||
File a bug on me? I'll look at it at some point....
Comment 10•23 years ago
|
||
It is not critical. Just one of those enhancements that make the difference.
Comment 11•22 years ago
|
||
-> bug 163137 is the follow-up for the non-HTML case.
Updated•20 years ago
|
Product: Core → Other Applications
Updated•17 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•