#7292 closed bug (duplicate)
In IE bind ignores 'change' events if trigger by fireEvent
Reported by: | 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/
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #6420.