Closed
Bug 216869
Opened 21 years ago
Closed 21 years ago
3-clicks needed for open selector if :focus is defined (linux only)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154670
People
(Reporter: info, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Linux; de-AT; rv:1.4) Gecko/20030624
If I define a pseudo-class :focus for the select element and change the
background-color through this class the select-element doesn't work correctly.
It opens on the third click but not on the first. One time opened and closeed it
correctly works afterwards. This problem is Linux only (tested with GTK2). Under
windows it works nice.
Reproducible: Always
Steps to Reproduce:
1. create a select box with a :focus pseudo class
2. click to select one entry from the select box
Actual Results:
opens after the third click
Expected Results:
opens after the first click
Comment 1•21 years ago
|
||
I confirm.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 154670 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•