Open
Bug 578983
Opened 15 years ago
Updated 3 years ago
XBL comments breaks tree column picker
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: afinoti, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.10
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
When coding a tree in XBL, the comment <!-- --> in the middle of the columns definition breaks the columns picker. It doesnt appear in the tree and the textbox of the last cell covers the vertical scrollbar
Reproducible: Always
Steps to Reproduce:
<xul:treecols anonid="editorTreeCols" >
<xul:treecol editable="true" label="label" flex="1"/>
<!-- anything -->
</xul:treecols>
Actual Results:
columns is not there when i open my extension
Expected Results:
a column picker
I may send a image for you! :P
![]() |
||
Comment 1•15 years ago
|
||
Not an XBL issue. Sounds like the tree binding expects there to be no nodes other than treecol in there.
Status: UNCONFIRMED → NEW
Component: XBL → XP Toolkit/Widgets: XUL
Ever confirmed: true
QA Contact: xbl → xptoolkit.xul
Reporter | ||
Comment 2•15 years ago
|
||
pure XUL works in the XUL editor in the "developer's extension".
Comment 3•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•