#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):
- Load page and make sure input field is empty
- Enter text in input
- Blur off input (notice nothing happens)
- Change text entered in step 1
- Blur off input (notice how event fires)
Attachments (2)
Change History (12)
Changed 14 years ago by
Attachment: | ie_change_event.html added |
---|
comment:1 Changed 14 years ago by
Keywords: | change ie added |
---|---|
Milestone: | 1.4.1 → 1.4.2 |
need: | Review → Patch |
Priority: | critical → major |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
Resolution: | fixed |
---|---|
Status: | closed → reopened |
As of the Mon Feb 8 23:28:15 2010 -0500 nightly build it isn't fixed.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
@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
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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
Attachment: | ie_change_event_with_focus.html added |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
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:8 Changed 13 years ago by
Tested against IE 6-8 with latest jquery build and bug is no longer present. WHOOHOO!!!
comment:9 Changed 12 years ago by
change event not fired in Ie 9 for input type text jquery version 1.4.4
Thanks for narrowing it down! It seems like this commit would be the culprit:
http://github.com/jquery/jquery/commit/435772e29b4ac4ccfdefbc4045d43f714e153381