Closed Bug 349539 Opened 18 years ago Closed 18 years ago

Lack of scoller in Select field

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 109016

People

(Reporter: zero.zion, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6

Hello,
if a have a Select, size is one, multiple choices are enabled.
Without the mulptiple choice, the scroller is normal,
but when multiple is activated, the scroller isn't shown.
I know thats not a very good describtion, but if you compare the results that IE and Firefox render, you will see what I mean

Reproducible: Always

Steps to Reproduce:
1. Copy that source:
<html>
<head>
</head>
<body>
<select name="group" id="group" size="1" multiple="multiple">
    <option name="tmp[1]" id="option" value="$tmp[1]">tmp[1]</option>
    <option name="tmp[2]" id="option" value="$tmp[2]">tmp[2]</option>
    <option name="tmp[3]" id="option" value="$tmp[3]">tmp[3]</option>
</select>
</body>
</html>
2. Open it in Firefox...

Actual Results:  
Same as mentioned in the describtion

Expected Results:  
Render a scrollbar

*** This bug has been marked as a duplicate of 109016 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.