Closed Bug 287975 Opened 20 years ago Closed 6 years ago

DOM Inspector doesn't show nodes

Categories

(Other Applications :: DOM Inspector, defect)

defect
Not set
major

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:
Attached file test.xml
Attached file test.xul (obsolete) —
save test.xml and test.xul files disc and run test.xul
you might try toggling the show anonymous content item.
Please attach a testcase that can run completely from bugzilla (eg point the XUL to the already-attached XBL, etc)?
Attachment #178760 - Attachment is obsolete: true
Status: UNCONFIRMED → NEW
Ever confirmed: true
Huh.  So if I toggle _off_ showing of anon content I see the label...

Does seem like a bug.
Keywords: helpwanted
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → Trunk
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
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
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.

Attachment

General

Created:
Updated:
Size: