Closed
Bug 110275
Opened 24 years ago
Closed 24 years ago
Node tree view in DOM inspector non-functional
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: bzbarsky, Assigned: hewitt)
Details
(Keywords: regression)
As of this morning, attempting to use Inspector's tree view dumps:
Error creating instance: @mozilla.org/inspector/dom-view;1, inIDOMView
TypeError: Components.classes[aURL] has no properties
and the tree view does not appear. Looks like fallout from last night's landing
(worked fine yesterday).
| Reporter | ||
Updated•24 years ago
|
Keywords: regression
| Reporter | ||
Comment 1•24 years ago
|
||
Interesting. This seems to be a problem with my opt build only. My debug build
has no problems...
| Assignee | ||
Comment 2•24 years ago
|
||
boris, inIDOMView is a new interface. You probably have to just delete your
components.reg to make this work.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•24 years ago
|
||
Doh. Should have thought of that. Sorry to waste your time....
Works beautifully. :)
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•