Modify ↓
Ticket #6956 (closed bug: invalid)
Change event of Listbox (select tag with multiple) doesn't work properly with jquery 1.4.2
| Reported by: | navneetabh | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | event | Version: | 1.4.2 |
| Keywords: | change event doesn't trigger properly | Cc: | |
| Blocking: | Blocked by: |
Description
There is a bug in jquery version 1.4.2. When we attach change event on <select> tag it doesn't work properly on change it return previous value. It was working fine in jquery.1.3.2 version and also works with javascript/inline define in tag itself (<select mutliple="mutliple" onchange="test();"></select>
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 please reopen the ticket with a complete test case?