Closed
Bug 1156482
Opened 10 years ago
Closed 10 years ago
HTML SELECT Mouse Click behavior is now wrong (37.0.1)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1153586
People
(Reporter: mwrenton, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150402191859
Steps to reproduce:
Single-click on HTML SELECT currently-selected option or down-arrow button.
Wait a second.
Single-click again on either.
Happens on any SELECT anywhere, example:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
Actual results:
SELECT options properly expand on 1st click.
Nothing happens on 2nd click.
(If the two clicks are within about 1/2 second (but slower than double-click),
the 2nd click does what it should do.)
(Double-click on selected option or down-arrow does what single-click should do.)
(Note that clicking on an offered option shows the correct behavior for that.)
Expected results:
SELECT OPTIONS expand on 1st click.
SELECT OPTIONS go away on 2nd click.
This is the pre-V37.0, correct, and expected behavior.
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•