Ticket #10356 (closed bug: cantfix)
Click event is inconsistent when changing a select dropdown
| Reported by: | adardesign@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | event | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 20 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to cantfix
- Status changed from new to closed
- Component changed from unfiled to event
comment:2 Changed 20 months ago by dmethvin
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 20 months ago by anonymous
Thanks, i filled a bug with chrome. http://code.google.com/p/chromium/issues/detail?id=98274
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Chrome does not seem to register a click. We have no control over that.