Closed
Bug 946763
Opened 12 years ago
Closed 12 years ago
document click event not firing when <select> is canceled
Categories
(Core :: Layout: Form Controls, defect, P4)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: austin.weidler, Unassigned)
Details
(Whiteboard: [bugday-20131209][DUPEME?])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Steps to reproduce:
Created a <select> element with options and needed to capture:
$(document).on("click", function(e){});
without selecting anything from the list
Actual results:
Event was not fired until <select> was out of focus
Expected results:
The document should have fired the event
Comment 1•12 years ago
|
||
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Whiteboard: [bugday-20131209][DUPEME?]
Comment 3•12 years ago
|
||
Please provide a small testcase that demonstrates the problem.
Flags: needinfo?(austin.weidler)
Priority: -- → P4
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Keywords: testcase-wanted
Updated•9 years ago
|
Flags: needinfo?(austin.weidler)
You need to log in
before you can comment on or make changes to this bug.
Description
•