Closed
Bug 112832
Opened 23 years ago
Closed 6 years ago
DOM Inspector outliner view needs horizontal scroll bar.
Categories
(Other Applications :: DOM Inspector, enhancement)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
Future
People
(Reporter: blockcipher, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6+)
Gecko/20011129
BuildID: 2001112903
While browsing a couple pages, I noticed that when the tree gets large, items in
the tree scroll off to the right and you cannot get to them. A scroll bar to
allow the user to see the nodes would be very helpful.
Reproducible: Always
Steps to Reproduce:
1. Open a large HTML document.
2. Expand the node tree until elements are hidden by other columns.
Actual Results: Node elements that are hidden are unreachable.
Expected Results: A method for scrolling to the right is needed.
This occurs in the sidebar panel as well.
Updated•23 years ago
|
OS: Windows NT → All
Hardware: PC → All
Summary: DOM Inspector needs horizontal scroll bar. → DOM Inspector tree view needs horizontal scroll bar.
Comment 1•23 years ago
|
||
outliner doesn't even support horizontal scrolling, so this will require some
toolkit work to fix
Status: NEW → ASSIGNED
Summary: DOM Inspector tree view needs horizontal scroll bar. → DOM Inspector outliner view needs horizontal scroll bar.
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
*** Bug 114295 has been marked as a duplicate of this bug. ***
Comment 3•22 years ago
|
||
1.2b, 20020927-08
Comment 4•22 years ago
|
||
*** Bug 180047 has been marked as a duplicate of this bug. ***
Comment 5•22 years ago
|
||
*** Bug 178658 has been marked as a duplicate of this bug. ***
Comment 6•21 years ago
|
||
Mass re-assigning bugs to dom.inspector@extensions.bugs
Assignee: hewitt → dom.inspector
Status: ASSIGNED → NEW
Comment 7•21 years ago
|
||
*** Bug 238040 has been marked as a duplicate of this bug. ***
Comment 9•20 years ago
|
||
*** Bug 266219 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Core → Other Applications
Comment 10•19 years ago
|
||
Now that #212789 is fixed, it should be possible to fix this too.
Comment 11•18 years ago
|
||
*** Bug 328948 has been marked as a duplicate of this bug. ***
Comment 12•18 years ago
|
||
*** Bug 359667 has been marked as a duplicate of this bug. ***
Comment 13•18 years ago
|
||
I have filed bug 363403 and added screenshots for an alternate solution to simply adding a scrollbar to the current view.
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Comment 14•17 years ago
|
||
I've filed a similar bug (bug 372206) on this and I've implemented a workaround if anybody's interested.
See bug 372206 comment 7
Basically, on every toggleOpenState call I go through the rows and find the row that "sticks" out the most and manually resize the column width to fit (with a certain fudge factor).
I think this could really help the DOM inspector - but you might have to reorder the columns for easier use.
Comment 15•17 years ago
|
||
This patch works pretty well. I only wish that I could observe the onToggleOpenState event (which would be much better). Right now it's just doing it onItemSelected which is ok, I guess.
Comment 16•17 years ago
|
||
By the way, one caveat - if you do scroll over you'll have trouble clicking on the +/- signs to expand/collapse the tree. This is bug 399961 (man I was close to being 400000) but Jan (who is assigned to bugs about the tree widget) doesn't seem to be responding to any of those bugs...
Comment 18•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Comment 19•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•