#10356 closed bug (cantfix)
Click event is inconsistent when changing a select dropdown
Reported by: | 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
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → cantfix |
Status: | new → closed |
comment:2 Changed 11 years ago by
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.
comment:3 Changed 11 years ago by
Thanks, i filled a bug with chrome. http://code.google.com/p/chromium/issues/detail?id=98274
Note: See
TracTickets for help on using
tickets.
Chrome does not seem to register a click. We have no control over that.