Modify ↓
Ticket #6283 (closed bug: invalid)
"change" event is browser dependent
| Reported by: | HTD | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | event | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
"change" event should be fired if element value (or selected / checked option) changed. It is not. For "select" element the event is fired properly only under Opera. For all other browsers event is fired only if the option is clicked with mouse, not fired when selected with arrow keys, which is plain wrong and forces ugly workarounds like browser detection in user code.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Can you attach a test case? Thanks.