Closed
Bug 96849
Opened 24 years ago
Closed 21 years ago
full scrollbox shows scrollbar widget improperly
Categories
(Core :: Layout: Form Controls, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jmd, Assigned: rods)
References
()
Details
Attachments
(1 file)
|
459 bytes,
text/html
|
Details |
Go to m-w.com and search for 'dub'. It returns 6 possibilities, in a box 6 lines
high. The scrollbar widget looks as if there are many more (the slider is very
small) when in fact there are none. Searching for something with 7 entries
('in'), the scrollbar displays as it should.
Comment 1•24 years ago
|
||
Er, the slider isn't very small; there is none and the scrollbar is disabled.
That's what should happen if you have a "<select size=6>" and 6 or fewer
child <option> elements.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 2•24 years ago
|
||
Although, yes, IE implements this as "if 6 or less, then allocate space for the
scrollbar, but don't draw it". Chaque un a son gout.
| Reporter | ||
Comment 3•24 years ago
|
||
> Er, the slider isn't very small; there is none and the scrollbar is disabled.
Er... on linux 0.9.3 i'm pretty sure that's a scrollbar with a tiny slider I'm
looking at. Dont have time to do a screenshot tonight/tomarrow, but I'm quite
sure that's a scrollbar I'm looking at. I've seen this elsewhere in the past, too.
Can someone V with linux 0.9.3 and compare that to current linux builds? could
have been fixed, I suppose.
Comment 5•24 years ago
|
||
Um, yeah. That is a small scrollbar thumb with the gtk scrollbar on Linux.
It shouldn't really be there.
-> HTML Form Controls.
(Sorry, I didn't do the three platform check before I marked this invalid.)
Assignee: trudelle → rods
Status: REOPENED → NEW
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → madhur
Comment 6•24 years ago
|
||
| Reporter | ||
Comment 7•24 years ago
|
||
Shows another bug as well...
when a <select> receives an appendChild, it should redraw its scrollbar.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
| Reporter | ||
Comment 8•24 years ago
|
||
better URL, under Sizing Tests, the last two should have no scrollbar, or a
scrollbar that consumes the entire slider groove thing.
| Assignee | ||
Updated•23 years ago
|
Priority: P2 → P4
Comment 10•21 years ago
|
||
Is this still an issue? The bugs which probably were the same (mentioned in
comment 9) are fixed.
| Reporter | ||
Comment 11•21 years ago
|
||
yes. seems fixed now.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 21 years ago
Resolution: --- → FIXED
Comment 12•21 years ago
|
||
No specific bug / patch referenced as the fix.
->WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•