Closed
Bug 287975
Opened 20 years ago
Closed 6 years ago
DOM Inspector doesn't show nodes
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: surkov, Unassigned)
Details
(Keywords: helpwanted)
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 (ax)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217
I create a binding with tag <children includes="sometag"> in content section. I
add children <sometag> to binding when constructor is called. Such children
aren't showed by DOM Inspector. See binding example below:
<binding id="bnd">
<content>
<children includes="label"/>
</content>
<implementation>
<constructor>
var bnd=document.createElement("label");
bnd.setAttribute('value', "hy");
this.appendChild(bnd);
</constructor>
</implementation>
</binding>
Reproducible: Always
Steps to Reproduce:| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
save test.xml and test.xul files disc and run test.xul
Comment 4•19 years ago
|
||
Please attach a testcase that can run completely from bugzilla (eg point the XUL to the already-attached XBL, etc)?
Comment 5•18 years ago
|
||
Attachment #178760 -
Attachment is obsolete: true
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•18 years ago
|
||
Huh. So if I toggle _off_ showing of anon content I see the label... Does seem like a bug.
Keywords: helpwanted
Updated•18 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → Trunk
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Comment 7•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 8•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
•