Modify ↓
Ticket #6249 (closed bug: duplicate)
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: | ||
| Blocking: | Blocked by: |
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.
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.

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