#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: | |
Blocked by: | Blocking: |
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 (5)
comment:1 follow-up: 2 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
need: | Review → Patch |
---|---|
Priority: | → low |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
duplicate of bug #6319 ?