Skip to main content

Bug Tracker

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.

http://jsfiddle.net/nuy2c/

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.

Attachments (0)
Change History (5)

Changed March 31, 2010 03:58PM UTC by jtmoree@kahalacorp.c comment:1

duplicate of bug #6319 ?

Changed April 19, 2010 02:17PM UTC by George comment:2

Replying to [comment:1 jtmoree@kahalacorp.c]:

duplicate of bug #6319 ?

No, it is not duplicate.

Changed October 03, 2010 05:43PM UTC by snover comment:3

need: ReviewPatch
priority: → low

Changed October 09, 2010 11:04PM UTC by john comment:4

resolution: → fixed
status: newclosed

Changed October 14, 2010 08:11PM UTC by snover comment:5

#7135 is a duplicate of this ticket.