Side navigation
#6956 closed bug (invalid)
Opened August 27, 2010 05:10AM UTC
Closed August 28, 2010 02:42AM UTC
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: | |
Blocked by: | Blocking: |
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>
Attachments (0)
Change History (1)
Changed August 28, 2010 02:42AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Can you please reopen the ticket with a complete test case?