Open
Bug 1330291
Opened 9 years ago
Updated 3 years ago
Double click is not working on dropdownlist
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: lalit.s.nagar, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: [specification][type:bug])
What did you do?
================
1. I have attached an event listener using addEventListener method to dropdown
2. When I double click on it nothing happens.
3. But when I simulate the event using MouseEvent method it works.
4. In short if user double clicks on dropdown list it is not working but works when we fire the event programmatically.
What happened?
==============
Nothing happened. Function attached to double click must get called, but nothing gets called.
What should have happened?
==========================
Function attached to double click event should get executed.
Is there anything else we should know?
======================================
I have also prevent the mousedown event and onclick event but end up in same result.
| Reporter | ||
Updated•9 years ago
|
Severity: normal → critical
Keywords: event-request-no-further-action
OS: Other → Windows 10
Priority: -- → P1
Hardware: All → x86_64
Updated•9 years ago
|
Component: Events → Untriaged
Product: Mozilla Developer Network → Firefox
Severity: critical → normal
Component: Untriaged → Event Handling
Keywords: event-request-no-further-action → testcase
Priority: P1 → --
Product: Firefox → Core
Comment 1•9 years ago
|
||
Per Jessica, looks like we don't deal with dblclick event on select.
from the spec: Canceling the click event does not affect the firing of a dblclick event.
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•