Closed
Bug 124706
Opened 24 years ago
Closed 24 years ago
crash if XUL-tree is created with XBL binding
Categories
(Core :: XBL, defect)
Tracking
()
People
(Reporter: apm, Assigned: hyatt)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204
BuildID: 2002020415
when following text is tied to new xul tag via css, application doesn't start
and quality feedback agent window pops up
in examples below only relevant parts are shown
----(XBL)----
<binding id="b0">
<content>
<xul:tree flex="1">
<xul:treechildren flex="1">
<xul:treeitem container="true">
<xul:treerow>
<xul:treecell label="Namespace"/>
<xul:treecell label="Foobar"/>
</xul:treerow>
</xul:treeitem>
</xul:treechildren>
</xul:tree>
</content>
</binding>
----(CSS)----
nsw {
-moz-binding: url('chrome://test/content/testbind.xml#b0');
}
----(XUL)----
<nsw/>
Moving <tree> and <treechildren> from XBL to XUL disables crash but nothing is
displayed in the tree when <nsw/> is included there.
Reproducible: Always
Steps to Reproduce:
1. Compose simple xul app from the code from above
2. Start it
Actual Results: crash
Expected Results: tree with single row should appear
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 68936 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•