Closed
Bug 478310
Opened 16 years ago
Closed 16 years ago
<select> in <div> with :after content doesn't open
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 464758
People
(Reporter: rektide, Unassigned)
Details
Attachments
(1 file)
1.04 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122010 Firefox/Mozilla/Iceweasel/**** MICROSOFT/BROWSER DETECT WITHOUT UA **** FUCKER (Debian-3.0.6-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122010 Firefox/Mozilla/Iceweasel/**** MICROSOFT/BROWSER DETECT WITHOUT UA **** FUCKER (Debian-3.0.6-1)
Attaching bug to demonstrate problem; a div with :after content prevents a select box from dropping down.
Reproducible: Always
Steps to Reproduce:
Run test case, try to drop down
Actual Results:
fail
Expected Results:
no fail
Similar to another bug, "<select> with :after content doesn't open" https://bugzilla.mozilla.org/show_bug.cgi?id=464758
Pardon my UA aggro, in the future I'll strive to purify the data I submit better.
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 3•16 years ago
|
||
Ah, shoot. I misread the testcase the first time. It's using "div :after", not "div:after". That's the same as "div *:after", and in particular sets the :after style on the <select>. So this really is a duplicate of bug 464758. Sorry about the confusion. :(
Partially my fault; poor description on my part in 464758. Thank you again for your rapid response & consideration.
Updated•6 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•