Closed
Bug 93177
Opened 24 years ago
Closed 24 years ago
Add support for box-direction to box.
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.4
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Whiteboard: [xul1.0-layout-box])
Attachments
(4 files)
|
41.44 KB,
patch
|
Details | Diff | Splinter Review | |
|
41.44 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.04 KB,
patch
|
Details | Diff | Splinter Review | |
|
44.65 KB,
patch
|
Details | Diff | Splinter Review |
Box does not currently support box-direction. Everything is done in CSS. The
box code just needs to be taught to flip its layout based off the dir
attribute and the box-direction property.
| Assignee | ||
Updated•24 years ago
|
Blocks: 70753
Status: NEW → ASSIGNED
Whiteboard: [xul1.0-layout-box]
Target Milestone: --- → mozilla1.0
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.4
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Weeeee! Looks nice and stuff. Wish I could r= this, but don't feel confident
enough about this code. Maybe you can walk me through it later today?
| Assignee | ||
Comment 5•24 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
I need r/sr on the last patch only. Thanks! Jag has passed out, so I need
someone else to review. Hewitt? Blake? Ben?
Comment 7•24 years ago
|
||
OK. I think I'm comfortable with this. Code seems reasonable, changes should
either break the world or work perfectly (one would hope!) so run the product,
open a few dialogs, and if everything works, sr=ben!
Comment 8•24 years ago
|
||
r=pavlov
| Assignee | ||
Comment 9•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•