Closed
Bug 110155
Opened 23 years ago
Closed 23 years ago
Convert all arbitrary content <tree>s to <listbox>
Categories
(Core :: XUL, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: hyatt, Assigned: hewitt)
References
Details
(Keywords: access, Whiteboard: [adt2])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.7
Comment 1•23 years ago
|
||
Lovely explanation. What should I do with this tree?
<tree>
<treecolgroup flex="1">
<treecol flex="3"/>
<treecol flex="2"/>
<treecol flex="1"/>
</treecolgroup>
<treehead>
<treerow>
<treecell class="treecell-header treecell-inset-header"/>
<treecell class="treecell-header treecell-inset-header"/>
<treecell class="treecell-header treecell-inset-header"/>
</treerow>
</treehead>
<treechildren flex="1">
<treeitem level="0">
<treerow>
<treecell/>
</treerow>
<treechildren>
<treeitem level="1">
<treerow>
<treecell/>
<treecell/>
</treerow>
<treechildren>
<treeitem level="2">
<treerow>
<treecell/>
<treecell/>
<treecell>
<checkbox/>
</treecell>
</treerow>
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</tree>
Assignee | ||
Comment 2•23 years ago
|
||
neil, that tree should become an outliner (which will actually be called
"tree"). We are going to eventually add support for checkbox cells in outliner.
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Comment 4•23 years ago
|
||
This converts the addressing widget and attachment bucket to use listbox.
Comment 5•23 years ago
|
||
adding keywords inherited from a bug this is blocking. I may have botched the
bug number, if so, someone please rectify.
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 6•23 years ago
|
||
updating severity to critical since bug 110165 is a blocker.
Severity: normal → critical
Assignee | ||
Comment 7•23 years ago
|
||
Attachment #64584 -
Attachment is obsolete: true
Comment 8•23 years ago
|
||
Comment on attachment 68208 [details] [diff] [review]
mail compose patch, take 2
don't forget to fix the Attachment2 [details] [diff]CompFields function which is not able to
retreive the attachment. R=ducarroz
Attachment #68208 -
Flags: review+
Assignee | ||
Comment 9•23 years ago
|
||
Removing crash keywords. I think there was some confusion between this bug and
110165.
Updated•23 years ago
|
Keywords: mozilla1.0+
Updated•23 years ago
|
Whiteboard: [adt1]
Comment 11•23 years ago
|
||
Today, I tried the build at http://www.joehewitt.com/mozilla/treetest.zip
So far:
1. Sidebar Search: clicking on an item in the Search Result list does not load
the page.
2. Advanced Search (internetresults.xul): internet site and search engine
columns are empty.
Wouldn’t it be possible to convert the old tree in outliner instead of a
listbox? It would add the possibility to resize the columns, remove some rows,
etc...
With the current build, clicking on a header (in order to sort) messes (up-down)
the listbox window with the result window.
3. Mail: double click on an item in the mail attachment list does not load the
attachment
Blocks: 88499
Blocks: 76552
Blocks: 87935
Blocks: 77587
Comment 13•23 years ago
|
||
> 3. Mail: double click on an item in the mail attachment list does not load the
> attachment
this has been fixed since that builds was posted on joehewitt.com
At least, it works for me in my build.
Blocks: 123644
No longer blocks: 123644
Blocks: 123644
*** Bug 87935 has been marked as a duplicate of this bug. ***
*** Bug 76552 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 16•23 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•