Closed
Bug 317769
Opened 20 years ago
Closed 20 years ago
selectbox does not show options when selectbox is surrounded with <nobr> and style is "float:left"
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pda, Unassigned)
References
(
URL
)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.12) Gecko/20050920 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.12) Gecko/20050920 Firefox/1.0.7
Source example:
<html>
<body>
<nobr>
<select style="float:left;">
<option value="test1">test1</option>
<option value="test2">test2</option>
</select>
</nobr>
<body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Try to click on select box
2.
3.
Actual Results:
No select box will not open
Expected Results:
Selectbox should open and show options ;-)
bug also appears on windows systems
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051121 Firefox/1.5 ID:2005112104
Works for me in pre-1.5 nightly build.
Comment 2•20 years ago
|
||
WFM with current trunk build.
Please test with Firefox1.5RC3 to see if you can still reproduce the bug.
URL: %3Chtml%3E%0A%0A%3Cbody%3E%0A%0A%3Cno...
| Reporter | ||
Comment 3•20 years ago
|
||
Tested with Firefox1.5RC3 on Linux.
Not reproducable... works fine.
Who closes the bug ? (if also works on windows. I´m not able to test it)
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•