Skip to main content

Bug Tracker

Side navigation

#7292 closed bug (duplicate)

Opened October 23, 2010 03:41AM UTC

Closed October 23, 2010 08:04AM UTC

Last modified October 23, 2010 08:04AM UTC

In IE bind ignores 'change' events if trigger by fireEvent

Reported by: misko@hevery.com Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

To see the bug use IE8 and visit: http://www.jsfiddle.net/mhevery/hWsTh/

DESCRIPTION:

When I use bind to register an event on a node, I expect to be able to fire the event through native fireEvent method on IE. (It only works if the user interacts with the widget.) However, if I register the event natively through attachEvent I do get a callback, so I do not think it is an issue with IE, rather it seems to be jQuery 1.4.x issue as the same code works fine in previous versions of jQuery. see it work in 1.3.2: http://www.jsfiddle.net/mhevery/hWsTh/4/

Attachments (0)
Change History (2)

Changed October 23, 2010 08:04AM UTC by snover comment:1

resolution: → duplicate
status: newclosed

Changed October 23, 2010 08:04AM UTC by snover comment:2

Duplicate of #6420.