Closed
Bug 43262
Opened 25 years ago
Closed 25 years ago
SUPER-Minimal XUL Tree does not display
Categories
(Core :: XUL, defect, P5)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: murphy, Assigned: trudelle)
References
Details
Attachments
(1 file)
514 bytes,
text/plain
|
Details |
I have run across two seemingly incredible bugs. This one, and 40612. It blows
my mind, and also is giving me an incredible time trying to develop anything.
I have attached a super minimal tree. Now, the file displays in builds circa-
M13. It no longer works.
This is affecting more complex XUL files too. For example, I am working on a
Jabber client for Mozilla, and all my old stuff does not work anymore. This is
a real problem because the rest of it requires a new build to work.
So, I personally would consider this, and 40612 blockers.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Component: Layout → XP Toolkit/Widgets: XUL
Reporter | ||
Comment 2•25 years ago
|
||
Also, in M16, if I go to the debug menu, and try the tree example, it will not
load.
Comment 3•25 years ago
|
||
Triaging Clayton's buglist: Yup, that xul file doesn't display a tree.
Unfortunately I have to plead ignorance here too, and pass the baton on to the
XUL guys. If you can find the time, please just paste in a minimal example of a
tree, thanks!
Assignee: clayton → trudelle
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: petersen → jrgm
Comment 4•25 years ago
|
||
A new implementation for <tree>s landed jun19, and with it come some
different requirements for syntax. Sorry for the inconvenience, but I
myself am just beginning to grok the new way.
If you set <treechildren flex="1">, then the contents of the treeitem
will be displayed. You should also ensure that you have a <treecol> for
each column (declared in a <treecolgroup> (a.k.a <treecols>) elements.
See news://news.mozilla.org/3946BCD6.ED374094%40netscape.com for more.
Since setting 'flex="1"' displays the simple tree contents to me, marking
WORKSFORME, but please file bugs for other anomalies you encounter. Thanks.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 6•25 years ago
|
||
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•