Side navigation
#12512 closed bug (duplicate)
Opened September 11, 2012 03:19PM UTC
Closed September 11, 2012 04:21PM UTC
IE8/IE9 no longer fires "change" event when pressing enter key in a text box
Reported by: | dos-one | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | event | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See http://jsfiddle.net/6dazt/4/
Basically the change event no longer fires in IE when you hit the enter key inside a text box. Blur appears to fire the event still, but not the enter key.
This appears to be an issue in 1.7.2 as well, so I'm not sure if I'm doing something wrong or what?
Attachments (0)
Change History (6)
Changed September 11, 2012 03:31PM UTC by comment:1
component: | unfiled → event |
---|---|
priority: | undecided → low |
resolution: | → cantfix |
status: | new → closed |
Changed September 11, 2012 03:32PM UTC by comment:2
Replying to [comment:1 timmywil]:
I don't think this is something we can control. I'd suggest checking for change on keypress or keyup.
How come it works in jQuery 1.6.x but not 1.7 or 1.8??
Changed September 11, 2012 03:34PM UTC by comment:3
resolution: | cantfix |
---|---|
status: | closed → reopened |
Ah, didn't realize that. Well, then it must be our handling of delegating the change event.
Changed September 11, 2012 03:34PM UTC by comment:4
milestone: | None → 1.next |
---|---|
priority: | low → high |
status: | reopened → open |
Changed September 11, 2012 03:38PM UTC by comment:5
Thanks for scheduling this!
Changed September 11, 2012 04:21PM UTC by comment:6
_comment0: | Duplicate of #11556.[[BR]]It works in 1.6.x because it didn't use the IE change event at all. That caused many bugs. This is a bug on the other side of the pendulum swing, but → 1347380551123635 |
---|---|
resolution: | → duplicate |
status: | open → closed |
Duplicate of #11556.It works in 1.6.x because it didn't use the IE change event at all. That caused many bugs. This is a bug on the other side of the pendulum swing, but given the issues (see other ticket) I think we'll have to live with it.
I don't think this is something we can control. I'd suggest checking for change on keypress or keyup.