Closed
Bug 331746
Opened 20 years ago
Closed 20 years ago
<select> lists with fewer items than rows have an active scrollbar
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: uriber, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
544 bytes,
text/html
|
Details |
If a <select> has a size attribute with a value larger than the actual number of <option>s inside it, an active (but unmovable) scrollbar now appears.
If the size is exactly the same as the number of options, the scrollbar is disabled (as it should be).
This regressed between 2006-03-15 and 2006-03-16, implicating bug 192767.
See bug 274036 for when this was originally fixed (for Mac), and Bug 271974 for where this was fixed for other platforms.
testcase coming up.
| Reporter | ||
Comment 1•20 years ago
|
||
Thie list in this testcase should have a disabled scrollbar.
Updated•20 years ago
|
Summary: <select> lists with less items than rows have an active scrollbar → <select> lists with fewer items than rows have an active scrollbar
Comment 2•20 years ago
|
||
I see the same with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060325 Firefox/1.6a1.
OS: MacOS X → All
Hardware: Macintosh → All
| Reporter | ||
Comment 3•20 years ago
|
||
This WFM from the 2006-03-27 nightly and onwards. I can't determine what fixed it.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•