Closed
Bug 463103
Opened 17 years ago
Closed 16 years ago
DOM Inspector (v2.0.1) will not drop-down any array, including childNodes
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bugzilla-Mozilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
DOM Inspector will not show the details of ANY array within the model in the JavaScript object view. For example, if you create an array, and fill up some values, you won't see any of the 0, 1, 2, 3 values when you hit the plus sign, like you could in previous versions of DOM Inspector (Firefox 2.x).
Reproducible: Always
Steps to Reproduce:
1. Go to www.google.com (or any web page)
2. Fire up the DOM Inspector
3. On the right side, select the object type as "JavaScript Object"
4. The first opened element will be the HTMLDocument object.
5. Click on the plus sign for childNodes in that object.
Actual Results:
It will turn into a minus, but there is nothing expanded. (This will also not work for any other created array.)
Expected Results:
Extra nodes 0, 1, 2, 3, etc., plus the length and other array values.
Also, click on firstChild (or lastChild). The first element expands, proving that childNodes should have something inside.
| Reporter | ||
Comment 1•16 years ago
|
||
This appears to be fixed in Firefox 3.5.3.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•