Closed
Bug 170447
Opened 22 years ago
Closed 22 years ago
SELECT beahves funny when CSS is used
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154670
People
(Reporter: stewart.james, Assigned: john)
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
If you have styles for SELECT like this:
SELECT { background-color: #dfddd5; }
SELECT:focus { background-color: #d6dbd3; }
SELECT:hover { background-color: #c9cec7; }
Pulldown menus bhave oddly. If all three of above are set, pull the pulldown
menu down and when you move your mouse the pull down menu is removed from screen.
If just :focus is used PDM is difficult to pull down - click to focus, click
pulldown instead of just a single click.
Reporter | ||
Comment 1•22 years ago
|
||
You get ddiffereing results depending on which of the select style's you leave
enabled. once :foxu or :hover are in play none the select pull down items
behave strangely. This worked fine in mozilla 1.0 and netscape7, but not
mozilla 1.1 or 1.2a
Comment 2•22 years ago
|
||
Testcase WFM in build 2002091014 PC/Win98.
Added kw testcase.
Keywords: testcase
Comment 3•22 years ago
|
||
dupe of "drop-down select menu closed by DOM events."
*** This bug has been marked as a duplicate of 154670 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•