Closed
Bug 308490
Opened 19 years ago
Closed 19 years ago
Improve CSS/XBL for horizontally scrolling trees
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file, 1 obsolete file)
13.13 KB,
patch
|
janv
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•19 years ago
|
||
I also moved the scrollcorner width in to the theme (Modern is only 15px).
Assignee: Jan.Varga → neil.parkwaycc.co.uk
Status: NEW → ASSIGNED
Attachment #196041 -
Flags: review?(enndeakin)
Comment 2•19 years ago
|
||
Neil, I'll take a look at the patch
Comment 3•19 years ago
|
||
Neil, where is hidehscroll and hidevscroll defined?
Shouldn't you update toolkit/themes too?
Comment 4•19 years ago
|
||
I was thinking, aren't hidehscroll and hidevscroll a bit odd names? Maybe
something in line with the css properties overflow-x and overflow-y is more
appropriate?
Comment 5•19 years ago
|
||
I agree with Martijn here. Why isn't this controlled by the CSS overflow properties?
Assignee | ||
Comment 6•19 years ago
|
||
(In reply to comment #3)
>Neil, where is hidehscroll and hidevscroll defined?
They're simply arbitrary names. They get converted to collapsed by the XBL.
>Shouldn't you update toolkit/themes too?
Sure, once I get an xpfe patch that you like ;-)
(In reply to comment #5)
>Why isn't this controlled by the CSS overflow properties?
Because we're not using a scroll frame.
Updated•19 years ago
|
Attachment #196041 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 7•19 years ago
|
||
Attachment #196041 -
Attachment is obsolete: true
Attachment #198987 -
Flags: superreview?(bzbarsky)
Attachment #198987 -
Flags: review?(Jan.Varga)
Comment 8•19 years ago
|
||
Comment on attachment 198987 [details] [diff] [review]
Complete patch
nice cleanup, r=varga
Attachment #198987 -
Flags: review?(Jan.Varga) → review+
Updated•19 years ago
|
Attachment #198987 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Comment 9•19 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 10•19 years ago
|
||
Ah, now I see, hidehscroll and hidevscroll are only used internally, xul authors don't need to tinker with it.
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•