Closed
Bug 397615
Opened 18 years ago
Closed 17 years ago
option style="overflow: auto" cause to display glitch when mouseOver <option>
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kes-kes, Unassigned)
Details
Attachments
(1 file)
|
129 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
option with overflow:auto does not fill all horizontal space. So while you select such an option you must accurately over option text to choose it
Reproducible: Always
Steps to Reproduce:
<select>
<option>1</option>
<option style="overflow:auto">21</option>
<option style="overflow:auto">123</option>
</select>
Expected Results:
FF must fill 100% gorizontal width for options with style="overflow:auto" like with it
| Reporter | ||
Comment 1•18 years ago
|
||
Thanks for reporting.
This bug has been fixed in Firefox 3. It won't be fixed in Firefox 2 as it's reaching its end of life this month.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•