Closed Bug 110156 Opened 23 years ago Closed 22 years ago

Eliminate all <outliner> tags and make <outliner> into <tree>

Categories

(Core :: XUL, defect, P1)

x86
Windows 2000
defect

Tracking

()

VERIFIED FIXED
mozilla1.0

People

(Reporter: hyatt, Assigned: hewitt)

References

Details

(Keywords: access, Whiteboard: [xul1.0-widgets-tree][adt1])

Attachments

(3 files)

This bug covers the automatic conversion of outliner to tree.  All outliner
files should be renamed, and all uses of outliner tags will become tree tags.

This bug is dependent on outliner working with a content model, and it is
dependent on listbox landing, as well as all arbitrary content trees being
converted over to listbox.
Blocks: 70753
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.7
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Whiteboard: [xul1.0-widgets-tree]
*** Bug 114135 has been marked as a duplicate of this bug. ***
Blocks: 102472
Blocks: 114433
Blocks: 73948
Needed for accessibility support
Keywords: nsbeta1
Blocks: 109217, 109230
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Blocks: 123644
Target Milestone: mozilla0.9.9 → mozilla1.0
nsbeta1+ per nav triage team
Keywords: nsbeta1nsbeta1+
Blocks: 120332
Keywords: mozilla1.0+
cc aaronl, add access keyword
Keywords: access
Blocks: 105179
Depends on: 130379
Whiteboard: [xul1.0-widgets-tree] → [xul1.0-widgets-tree][adt1]
Blocks: 130806
Depends on: 131018
*** Bug 132020 has been marked as a duplicate of this bug. ***
Blocks: 133366
Attached patch editor patchSplinter Review
Comment on attachment 76164 [details] [diff] [review]
editor patch

At:
-  if (tree && tree.selectedItems && tree.selectedItems.length)
+  if (tree && tree.currenmt)

What is "currenmt" ?
Should it be:
tree.treeBoxObject.selection.count 
?
the rest looks good
r=cmanske with above fix
Attachment #76164 - Flags: review+
This patch has the changes I made to layout/content/dom.  Absent from the patch
are the many file renames I did - any file that had Outliner it it's name was
renamed to Tree.  The patch wit all that in it was 1.3MB, and not really worth
reading.
are those file renames going to be done by copies in the repository, so that we
don't loose the history info? Renaming a good deal of files should get an
extra warning announcement in the newsgroups, as it pretty much kills existing
patches.
Comment on attachment 76296 [details] [diff] [review]
patch to layout/content/dom

r=varga
Attachment #76296 - Flags: review+
Hewitt, leaf is your man for cvs file copying so we don't lose logs.

/be
Last week I sent leaf a complete list of all the files that need renaming.
Comment on attachment 76296 [details] [diff] [review]
patch to layout/content/dom

sr=hyatt
Attachment #76296 - Flags: superreview+
Attached patch mailnews patchSplinter Review
Comment on attachment 76614 [details] [diff] [review]
mailnews patch

dirTree should be single selection.  once you make that change, r=sspitzer (or
sr, depending on what you need)
Attachment #76614 - Flags: review+
Comment on attachment 76614 [details] [diff] [review]
mailnews patch

sr=mscott modulo seth's comment. I'm also assuming that this mailnews patch
incorporates any issues mailnews QA found when they ran your test bits.
Attachment #76614 - Flags: superreview+
The following components of the application are broken on Linux depend builds:
   * The bookmarks sidebar (clicks don't work)
   * The document inspector sidebar (it's empty)
   * The filepicker drop down widget (it's empty)
   * The folder pane in mail (it's not sorted, clicks don't work)
   * The location bar (hitting enter doesn't do anything)

I'm trying a clobber build now.
All the above are fixed in a clobber build. Thanks for fixing it, dbaron. :-)
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
http://bugzilla.mozilla.org/show_bug.cgi?id=134729 may be a regression from this
fix for the fix for 110155.  Just fyi in case those items apply to other product
areas.
long gone. verified.
Status: RESOLVED → VERIFIED
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.

Attachment

General

Created:
Updated:
Size: