Open
Bug 957516
Opened 11 years ago
Updated 2 years ago
Mouse click event not being captured if combobox (dropdown) is open
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: anoopk.it, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Steps to reproduce:
1.Please check this W3School example on Firefox, chrome and IE.
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
2.click on combo-box to open and then click on submit code button.
Actual results:
On Firefox, it is not clicking on "submit code" button.
Expected results:
It should click on button even if combo-box is open.
This behaviour is working properly on Chrome and IE.
Note: I checked in firebug only mouseup event is being captured in this scenario.
Comment 1•11 years ago
|
||
I was able to reproduce this issue on Windows 7 64-bit using:
- latest Nightly (Build ID: 20140113030203)
- latest Aurora (Build ID: 20140112004002)
- latest Beta (Build ID: 20140109165205)
- Firefox 26.0 (Build ID: 20131205075310)
- Firefox 24.0 (Build ID: 20130910160258)
Status: UNCONFIRMED → NEW
Component: Untriaged → DOM: Core & HTML
Ever confirmed: true
Product: Firefox → Core
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•