Closed
Bug 105048
Opened 24 years ago
Closed 24 years ago
Mac Style "double arrow" Scrollbars do not appear for divs with overflow
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.0.1
People
(Reporter: lordpixel, Assigned: hyatt)
References
()
Details
Find a Mac running Mac OS 9, set the scrollbar style to "both at one end" (smart
scrolling) in the appearance control panel.
Now, using 0.9.5, and te Modern theme, go to a regular page like
http://www.mozilla.org - all should be well, Mozilla will reflect your scrollbar
preference. If it doesn't, then do a reload (sometimes it fails for the first
page loaded - known bug)
Now go to http://pixel.recoil.org - this is a CSS2 based page with DIV elements
that overflow and show scrollbars. If you resize the window s.t. you can see
scrollbars on the main div in the page, you'll see that you get "one arrow"
scrollbars, rather than the correct style.
(obv. this is likely to effect more than modern running on Mac OS 9 - its
probably universal on Mac OS).
| Reporter | ||
Comment 1•24 years ago
|
||
Oh - this is a regression...
Comment 2•24 years ago
|
||
a regression from when? I tried trunk builds (randomly) from may,june,july,
august, and I never get a double-ended scrollbar (not that that's not a bug,
just that I don't see where this ever worked.)
| Reporter | ||
Comment 3•24 years ago
|
||
You know, you're absolutely right. My bad. (I could swear it used to work...)
Summary: Mac Style "double arrow" Scrollbars no longer appear for divs with overflow → Mac Style "double arrow" Scrollbars do not appear for divs with overflow
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Comment 5•24 years ago
|
||
Is this still a problem? Is in OS9 only? I couldn't load the recoil.org site,
but on RC2 / OS X the following pages do show scrollbars with arrows together:
ol { overflow:auto }
http://www.neuralust.com/~cac6982/index.php?sheet=10
div { overflow:auto }
http://www.neuralust.com/~cac6982/index.php?sheet=13
(just came across this looking for another bug)
| Reporter | ||
Comment 6•24 years ago
|
||
Working for me on OS X with RC2. Need someone to confirm for OS 9 I guess.
Comment 7•24 years ago
|
||
In MacOS 9.2.2, build 1.0RC2 (2002051005), the smart (double-arrow) scrollbars
appeared on http://pixel.recoil.org and at
ol { overflow:auto }
http://www.neuralust.com/~cac6982/index.php?sheet=10
div { overflow:auto }
http://www.neuralust.com/~cac6982/index.php?sheet=13
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•