Closed
Bug 7410
Opened 25 years ago
Closed 25 years ago
Feature: Need <splitter>
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: slamm, Assigned: eric)
References
Details
(Whiteboard: Works except a few problems on linix)
The Sidebar needs a <splitter/> that can go inside a box. Mail/news will need
this widget too. This would replace framesets for dividing content.
The splitter needs to be draggable and have an onclick handler.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Comment 1•25 years ago
|
||
This was already down as an M9 task so targeting accordingly. Note that the
original feature plan was to modify the behavior of FrameSetFrame to accomodate
the grippy area but after discussing this with slamm his version would appear to
be the better solution. Albeit one that will take longer to implement.
Updated•25 years ago
|
Assignee: sdagley → evaughan
Status: ASSIGNED → NEW
Comment 2•25 years ago
|
||
reassigning to evaughan who has taken over this as it will involve adding
features to his box code.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 3•25 years ago
|
||
Dragging of splitter will be done early m10. But the splitter is currently
usable and supports collapse.
<box>
<titledbutton value="child1"/>
<splitter/>
<titledbutton value="child2"/>
</box>
Updated•25 years ago
|
Severity: normal → blocker
Priority: P3 → P1
Comment 4•25 years ago
|
||
setting blocker per don, also p1
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Been working on other blockers. Will get to this.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Feature complete and checked in. Documents to go on mozilla.org very soon.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 6•25 years ago
|
||
checked out the "dragging" of the splitter, it's a little rough but it works! It
also seems to "snap" closed when I get about 1.25" from the edge (on win95).
works fine on the mac. it does not work on the linux build (used 1999092008).
Reopening bug
Assignee | ||
Updated•25 years ago
|
Whiteboard: Been working on other blockers. Will get to this. → Works except a few problems on linix
Target Milestone: M10 → M12
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Splitter now works on linix.
Some problems that have nothing to do with the splitter are:
1) Moving splitter is slow on linix this is a gtk problem not the splitter
2) splitter moves under iframes (this is a view manager problem)
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•