Open Bug 578983 Opened 14 years ago Updated 2 years ago

XBL comments breaks tree column picker

Categories

(Core :: XUL, defect)

x86
macOS
defect

Tracking

()

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
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
pure XUL works in the XUL editor in the "developer's extension".
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.