Open
Bug 405913
Opened 17 years ago
Updated 2 years ago
wanted: richlisttree
Categories
(Toolkit :: XUL Widgets, enhancement)
Toolkit
XUL Widgets
Tracking
()
NEW
People
(Reporter: moco, Unassigned)
References
(Depends on 2 open bugs)
Details
Attachments
(2 files)
wanted: richlisttree
for bug #399664, I've made some scary hacks to make the richlistbox act like a special case rich tree.
I know that myk has done some similar things, see bug #377784.
see also bug #367843 (wanted multi column for richlistbox). perhaps this bug is a dup?
What I'm looking for is:
1) grid based layout, so I don't have to set the width of the "columns", I could use flex.
2) support "rows" attribute on richlistbox (like we do on listbox), bug #401939
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
What's bug 399281 about then? Is that really about richlisttree but just incorrectly summarized?
Comment 4•17 years ago
|
||
There's already an old bug on this somewhere. The simplest approach to implementing this isn't too difficult, which I currently plan on doing for just after Firefox 3.
Reporter | ||
Comment 5•17 years ago
|
||
neil, can you elaborate on how you'd do this?
I'm wondering if, even before we have a generic xul:richlisttree, I could use your approach to improve rich autocomplete.
Reporter | ||
Comment 6•17 years ago
|
||
> What's bug 399281 about then? Is that really about richlisttree but just
> incorrectly summarized?
bug #399281 is about moving to a richlistbox.
this is about having a richlisttree, and using that (instead of richlistbox + hackery.)
Comment 7•17 years ago
|
||
(In reply to comment #5)
> neil, can you elaborate on how you'd do this?
The simple approach is to just lay out and render the content in a <treecell> at the right place.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•