Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledevent
priority: undecidedlow
resolution: → cantfix
status: newclosed

I don't think this is something we can control. I'd suggest checking for change on keypress or keyup.

Changed September 11, 2012 03:32PM UTC by dos-one 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 timmywil comment:3

resolution: cantfix
status: closedreopened

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 timmywil comment:4

milestone: None1.next
priority: lowhigh
status: reopenedopen

Changed September 11, 2012 03:38PM UTC by dos-one comment:5

Thanks for scheduling this!

Changed September 11, 2012 04:21PM UTC by dmethvin 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: openclosed

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.