Closed Bug 113477 Opened 23 years ago Closed 23 years ago

Group outlinercols.

Categories

(Core :: XUL, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla0.9.8

People

(Reporter: janv, Assigned: janv)

Details

Attachments

(2 files)

Current outliner schema is:
<outliner>
  <outlinercol/>
  <outlinercol/>
  <outlinerbody/>
</outliner>

but for easy conversion of old tree to outliner we want to group outlinercols
<outliner>
  <outlinercols>
    <outlinercol/>
    <outlinercol/>
  </outlinercols>
  <outlinerbody/>
</outliner>

This includes modifications of chrome files, rdf liner, content model view
outliner itself, and some CSS frame constructor fu maybe.
accepting
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.8
Attached patch patch for reviewSplinter Review
sr=hyatt.  Awesome!  Next up after this one is patching the XULOutlinerBuilder
syntax in <template>s to match the outliner content model way of doing things.
Plus we're going to need to add a flag to the templates "flags" attribute that
says whether or not to build a content model for your tree.  e.g.,
flags="dont-build-content".  By default, the template should build content and
we should just attach the content model view.  We can then patch those outliners
that don't need content (e.g., the folder pane in mailnews) to have the flag set
in their <template>s, which will cause them to get the outliner builder view
instead.
Comment on attachment 61697 [details] [diff] [review]
patch for review

r=bryner
Attachment #61697 - Flags: review+
Fixed. I'll file a new bug for templates.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Did you post a heads-up to npm.xpfe?  Or is this change merely internal?
jag, could you check in the last patch ?
Anyone can check into security/manager now.
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: