Skip to main content

Bug Tracker

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 Psyclo comment:1

This is also true for IE7. It ignores the .live('change') event for select elements.

Changed April 29, 2010 12:35PM UTC by ain 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.

Changed October 09, 2010 11:14PM UTC by john comment:3

priority: → undecided
resolution: → duplicate
status: newclosed

I think this is a duplicate of #6505 - kind of hard to determine considering this ticket is lacking additional information and test cases.