Side navigation
#6249 closed bug (duplicate)
Opened March 09, 2010 03:07AM UTC
Closed October 09, 2010 11:14PM UTC
Last modified March 14, 2012 02:40AM UTC
IE6 does not support the change event of "select" element while using live
Reported by: | yechenhui | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The change and submit events work reliably across browsers for both normal and live events. We override the normal change and submit events in Internet Explorer and replace them with events that work identically to the other browsers.
---
This is true for IE8 & FireFox, but not for IE6. It seems to ignore live bound change events.
Attachments (0)
Change History (3)
Changed April 01, 2010 01:35PM UTC by comment:1
Changed April 29, 2010 12:35PM UTC by comment:2
I can confirm this on IE7 and not only in regard to select elements but on radio controls as well, e.g.
$("input[name='radioInputName']").live("change", handlerFunction);
isn't working either.
This is also true for IE7. It ignores the .live('change') event for select elements.