Side navigation
#10356 closed bug (cantfix)
Opened September 27, 2011 05:58PM UTC
Closed September 27, 2011 07:16PM UTC
Last modified September 28, 2011 01:14PM UTC
Click event is inconsistent when changing a select dropdown
Reported by: | adardesign@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have this simple use case where a a click event is bind to the document or parent element.
When "changing" a native <select> drop-down value.
In chrome it will not fire the click event, but firefox will fire.
See http://jsfiddle.net/adardesign/GZXYe/
Expected result: they should be consistent across browsers.
Thanks
Attachments (0)
Change History (3)
Changed September 27, 2011 07:16PM UTC by comment:1
component: | unfiled → event |
---|---|
priority: | undecided → low |
resolution: | → cantfix |
status: | new → closed |
Changed September 28, 2011 12:50AM UTC by comment:2
Chrome is on a very fast development cycle, if you think Chrome should fire a click you can argue your case to their bug tracker.
Changed September 28, 2011 01:14PM UTC by comment:3
Thanks, i filled a bug with chrome.
Chrome does not seem to register a click. We have no control over that.