Closed
Bug 363403
Opened 18 years ago
Closed 6 years ago
Offer a Firebug-like view for the DOM Nodes tree
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: michael, Unassigned)
References
()
Details
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)
The current hierarchical list view is not a good way to display the DOM tree. With less complex documents it is fine, however as the depth of the document increases it becomes exceedingly hard to navigate.
Reproducible: Always
Steps to Reproduce:
1. Open a deeply nested document in the DOMI (ie. Firefox)
2. Navigate to a node deep in the tree (ie. Tabbrowser documents)
Actual Results:
These nodes that are nested to a certain level are not viewable.
Reporter | ||
Comment 1•18 years ago
|
||
I suggest changing the DOM view to be more like that used in Firebug and Safari, this coupled with being able to filter the view (by CSS or Xpath selectors) will make this far more productive. This should also fix bug 112832
No longer depends on: 348764
Reporter | ||
Comment 2•18 years ago
|
||
Reporter | ||
Comment 3•18 years ago
|
||
Comment on attachment 248211 [details]
Screenshot of proposed filtered view
random text boxes with no hints and no verbs other than clear are not remotely accessible. mo:a-
Attachment #248211 -
Flags: review-
Reporter | ||
Updated•18 years ago
|
Attachment #248211 -
Attachment is obsolete: true
Reporter | ||
Comment 5•18 years ago
|
||
I think filtering by Xpath is important as well, so having a dropdown box to select what to filter by is probably going to be needed.
Comment 6•18 years ago
|
||
fyi - the only way this is going to get anywhere is if you make a bug for each feature, and submit patches from the trunk version of the code. Unzipping your xpi shows code that appears to be from the 1.8(.0)? branch. A lot of stuff has happened with the DOM Inspector since those branched, so the code may or may not look like that of the 1.8(.0)? branch.
Reporter | ||
Comment 7•18 years ago
|
||
Yeah I know, I've started working on it on the trunk. What do you think about it as a proof of concept? Are there features that I may not be thinking about that I'm removing?
Comment 8•18 years ago
|
||
(In reply to comment #7)
> Yeah I know, I've started working on it on the trunk. What do you think about
> it as a proof of concept? Are there features that I may not be thinking about
> that I'm removing?
Personally, I don't care for the firebug interface (displaying the html), and I'm fairly certain timeless doesn't either. However, the filtering is a neat idea that I like, and we have an xpath bug already open somewhere.
Also, I'm not sure how accessible the firebug interface is, and it has to be.
Reporter | ||
Comment 9•18 years ago
|
||
(In reply to comment #8)
> Also, I'm not sure how accessible the firebug interface is, and it has to be.
I can't see any reason for it not to be accessible, keyboard navigation will be easy to hook in, screen readers should be able to access any text. I can see a problem with the use of colours, though there isn't a reliance on them.
Being able to modify the font sizes should also help with it's accessibility.
Is there anything else I'm not aware of?
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Comment 10•13 years ago
|
||
I'm changing the title here to reflect what it seems the scope for this bug is considering comment 6 and that we already have multiple XPath bugs on file. To anyone interested, take care of the XPath hinting in bug 425264.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: DOM View is cluttered and difficult to navigate especially in larger documents → Offer a Firebug-like view for the DOM Nodes tree
Comment 11•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 12•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
•