Closed
Bug 348213
Opened 19 years ago
Closed 19 years ago
no scrolling bar for <select size="2">
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 109016
People
(Reporter: zevtroy, Unassigned)
Details
Attachments
(1 file)
357 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
When you use select :
no scrolling bar for <select size="2"> even if you have more than 2 option elements so you can believe that there is no more than 2 elements.
Scrolling bar apppears only for <select size="3">
Reproducible: Always
Steps to Reproduce:
1.<select size="2">
<option>option1</option>
<option>option2</option>
<option>option2</option>
</select>
2.
3.
Actual Results:
No scrolling bar for <select size="2">
Expected Results:
A scrolling bar if there is more than 2 elements in a list of options you put in a <select size="2">
Attachment #233075 -
Attachment description: Testcase (based on comment #1) → Testcase (based on comment #0)
Comment 2•19 years ago
|
||
*** 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
•