Side navigation
#6374 closed bug (fixed)
Opened March 29, 2010 07:47PM UTC
Closed October 09, 2010 11:04PM UTC
Last modified October 14, 2010 08:11PM UTC
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.
duplicate of bug #6319 ?