Modify ↓
Ticket #6374 (closed bug: fixed)
Change Event does not fire in IE
| Reported by: | ndishon | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.4.3 |
| Component: | event | Version: | 1.4.2 |
| Keywords: | change, IE | Cc: | |
| Blocking: | Blocked by: |
Description
If a text input is given focus through a .focus() call and then the value is changed and focus is lost, the .change() event does not fire. If user clicks the text input directly then everything works as expected.
to test click the button to give focus to the text box then make a change and see how the event does not fire. This is only a problem in IE, all other browsers work as far as i know.
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.

duplicate of bug #6319 ?