Bug Tracker

Opened 14 years ago

Closed 13 years ago

Last modified 11 years ago

#5970 closed bug (fixed)

Change event isn't fired in IE on a text box when starting from a empty field.

Reported by: tinyfly Owned by: brandon
Priority: major Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: change ie Cc:
Blocked by: Blocking:

Description

If you have an text input field with the .change() method attached. That change event isn't fired in IE if it was previously an empty text field. Once it has a value and then you change that value then it fires.

This appeared in the 1.4.1 version; 1.4.0 worked as expected.

Steps to recreate (with attached test case):

  1. Load page and make sure input field is empty
  2. Enter text in input
  3. Blur off input (notice nothing happens)
  4. Change text entered in step 1
  5. Blur off input (notice how event fires)

Attachments (2)

ie_change_event.html (485 bytes) - added by tinyfly 14 years ago.
ie_change_event_with_focus.html (493 bytes) - added by tinyfly 14 years ago.

Download all attachments as: .zip

Change History (12)

Changed 14 years ago by tinyfly

Attachment: ie_change_event.html added

comment:1 Changed 14 years ago by dmethvin

Keywords: change ie added
Milestone: 1.4.11.4.2
need: ReviewPatch
Priority: criticalmajor

Thanks for narrowing it down! It seems like this commit would be the culprit:

http://github.com/jquery/jquery/commit/435772e29b4ac4ccfdefbc4045d43f714e153381

comment:2 Changed 14 years ago by dmethvin

Resolution: fixed
Status: newclosed

Seems like John has fixed this in 1.4.2:

http://github.com/jquery/jquery/commit/942f8f7f75a55a36e6b9745030d3b3c983518aa8

Give it a try when it comes out and reopen the ticket if not.

comment:3 Changed 14 years ago by tinyfly

Resolution: fixed
Status: closedreopened

As of the Mon Feb 8 23:28:15 2010 -0500 nightly build it isn't fixed.

comment:4 Changed 14 years ago by john

Resolution: fixed
Status: reopenedclosed

@tinyfly: I copied your exact test page and I can verify that it's working in the latest trunk.

comment:5 Changed 14 years ago by tinyfly

Resolution: fixed
Status: closedreopened

I see why I thought it wasn't fixed. If you first focus the field using .focus() when the page loads then perform the steps it still exhibits the same buggy behavior. See new attachment.

Changed 14 years ago by tinyfly

comment:6 Changed 13 years ago by addyosmani

Resolution: fixed
Status: reopenedclosed

Verified as working in jQuery 1.4.2. Closing ticket for now. Please feel free to re-submit or re-open your ticket if this issue persists.

comment:7 Changed 13 years ago by anonymous

I am seeing this bug in IE8 using 1.4.3

comment:8 Changed 13 years ago by danheberden

Tested against IE 6-8 with latest jquery build and bug is no longer present. WHOOHOO!!!

Last edited 13 years ago by danheberden (previous) (diff)

comment:9 Changed 12 years ago by anonymous

change event not fired in Ie 9 for input type text jquery version 1.4.4

comment:10 Changed 11 years ago by wilcoxn@…

change event issue still present in IE8 with build 1.7.1

Note: See TracTickets for help on using tickets.