Closed
Bug 1367210
Opened 8 years ago
Closed 8 years ago
styling a select element in a specific way prevents the initial click from showing the dropdown menu
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cookch10, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
348 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Steps to reproduce:
There appears to be a bug in Firefox seen in version 53.0.3 (32-bit) Windows 7 x64 where setting a specific set of styling on the select element prevents the initial click from showing the dropdown menu. I have narrowed it down to the specific set of styles. See http://codepen.io/cookch10msu/pen/NjLRqj
Actual results:
Clicking the select element will not show the dropdown / option menu unless the select element has focus (e.g. it takes two clicks to show the menu).
Expected results:
Clicking the select element should show the dropdown / option menu on the first click.
Attachment #8870634 -
Attachment is obsolete: true
It's fixed in FF55:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=55405fd328f9e6aea11e9c420d8b6df0dc4b92f0&tochange=dbf029237e457c79db9c9831ef8256ccc6102a1f
fixed by Bug 1358968
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•