Closed Bug 256477 Opened 20 years ago Closed 20 years ago

:hover or :active requires <select/> doubleclick

Categories

(Core :: CSS Parsing and Computation, defect)

All
Linux
defect
Not set
minor

Tracking

()

VERIFIED DUPLICATE of bug 163503

People

(Reporter: jan, Assigned: dbaron)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 Using just one (or both) of the following two options in your "chrome/userContent.css" will break clicking on any <select/> of <form/>. html *:hover { color: yellow !important; } html *:active { color: lime !important; } Clicking once will just shortly flash the open window as it immediately closes again. Very special timing of a doubleclick will sometimes open the window. Reproducible: Always Steps to Reproduce: 1. Use the specified rules for "chrome/userContent.css". 2. Open a page with <form><select/></form>. 3. Try to choose an item from the <select/>. Actual Results: <select/> window will open and close immediately. Expected Results: <select/> window should remain open till I click one of its <option/>s.
*** This bug has been marked as a duplicate of 163503 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Not really important but the url http://protu.it.helsinki.fi/~lindi/input.html has stopped working. The new url is http://iki.fi/lindi/input.html but here's also the contents of the file: <html> <body> <form> <select name="cars"> <option value="volvo">Volvo <option value="saab">Saab <option value="fiat">Fiat <option value="audi">Audi </select> </form> </body> </html>
You need to log in before you can comment on or make changes to this bug.