Closed
Bug 754410
Opened 14 years ago
Closed 7 years ago
XBL Bindings viewer doesn't show fields or constructor/destructor
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: crussell, Unassigned)
Details
1. Open two instances of DOM Inspector.
2. Using one, inspect the document of the other DOM Inspector instance.
3. Select the window element in the DOM Nodes viewer.
4. Switch to the XBL Bindings viewer in the object pane.
5. Using the context menu on the bindings menulist, select "View File" to open the "chrome://global/content/bindings/general.xml#root-element" binding in view source.
6. Compare the binding source to what's shown in the viewer.
Expected results:
The binding's constructor and destructor and its fields declared in the source are shown in the XBL Bindings viewer.
Actual results:
Neither the binding's constructor, destructor, nor its fields appear in the viewer, and all tabs in the viewer are disabled.
I'd like the constructor and destructor to appear special-cased at the top of the list in the Methods tab, and a new tab for the fields.
[With a Fields tab, there would be enough tabs that even a nominally-sized object pane would get overflow, so we should also add an arrowscrollbox, which should've been there all along, really.]
| Reporter | ||
Updated•14 years ago
|
Severity: normal → minor
Comment 1•7 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: 7 years ago
Resolution: --- → INCOMPLETE
Comment 2•7 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
•