Closed
Bug 301937
Opened 19 years ago
Closed 19 years ago
html select-object shows slider on Windows but not Linux
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 109016
People
(Reporter: el.freaky, Unassigned)
Details
Attachments
(1 file)
|
668 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6
When given a list of objects whose number is greater than the size given within
the select tag, a slider should be displayed. This is done correctly on Windows,
but not on Linux (FC3). The following example is used:
<!-- being select.html -->
<html>
<body>
<select name="impact" multiple size="3" >
<option value="ACAI">ACAI
</option>
<option value="ACCF">ACCF
</option>
<option value="ACCM">ACCM
</option>
<option value="ACCR">ACCR
</option>
<option value="ACCT">ACCT
</option>
<option value="ACCU">ACCU
</option>
<option value="ACDP">ACDP
</option>
<option value="ACEC">ACEC
</option>
</select>
</body>
</html>
<!-- end select.html -->
Reproducible: Always
Steps to Reproduce:
1. Create file from above HTML
2. Start browser (1.0.6) and open file
3. Look for slider
Actual Results:
I could not find the slider, only the up/down arrows
Expected Results:
I should have found the slider in addition to the up/down arrows
Comment 2•19 years ago
|
||
Moving component
Component: General → Layout: Form Controls
Product: Firefox → Core
Version: unspecified → 1.7 Branch
Comment 3•19 years ago
|
||
If you reduce the size down to 1 then you don't get the scrollbar on windows either. From the result of bug 285441 this appears to be bug 109016 *** This bug has been marked as a duplicate of 109016 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•