Closed
Bug 289473
Opened 20 years ago
Closed 20 years ago
select dropdown box is not appearing when inside a tag with style overflow:hidden
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: albert.brand, Unassigned)
Details
Attachments
(1 file)
|
436 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050404 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050404 Firefox/1.0+ Consider this example: <div style="overflow:hidden"> <select> <option value=1>A</option> <option value=2>B</option> <option value=3>C</option> </select> </div> If you click on the selectbox, the dropdown part isn't showing. You can select the selectbox though, and use the arrow keys etc. Seems to be a regression from a few days back. Reproducible: Always Steps to Reproduce: See the included example html. I'm using a recent nightly. Haven't tried yet with the latest, because there where some work-affecting bugs lately.
Comment 1•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050407 Firefox/1.0+ Please retest with a newer build please.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
| Reporter | ||
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050407 Firefox/1.0+ - clean profile or safe mode, I can still produce the behaviour.
Comment 3•20 years ago
|
||
Please attach a testcase: https://bugzilla.mozilla.org/attachment.cgi?bugid=289473&action=enter
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
Both dropdowns are visible for me
| Reporter | ||
Comment 6•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050408 Firefox/1.0+ - it's working again! My apologies for bothering you with this bug.
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
•