Ticket #8535 (closed bug: worksforme)
IE9 transitions issue
| Reported by: | mark@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
On the jquery home page, the hover popup does not work when you hover over "Cross Browser".
Same issue with most transitions like .show, .hide
Works fine in IE9 64bit. Does not work in 32bit.
I'm using the version of IE9 release 3/15/11. Problem exist it all previous versions IE9.
Change History
comment:2 Changed 2 years ago by addyosmani
I tested the 'Cross-browser' hover pop-up on jQuery.com with IE9 32 bit RC (and 64 bit) and the hover appears to be working fine.
comment:3 Changed 2 years ago by addyosmani
- Status changed from new to closed
- Resolution set to worksforme
Another jQuery community member has also confirmed that this is working fine for them under the same conditions. Closing this ticket.
comment:4 Changed 2 years ago by mark@…
I found the Issue. Its DivX plugin for IE. Divx Version 2.1.0.900
- Installed DivX Plugin for IE.
- In internet Options > Advanced, uncheck the 2 disable debuggung options and check notify on all errors.
- Then reload the page.
The script error in Divx fails and causes the rest of the page scripts to not get executed.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Strange. I do know 64 bit doesnt have JIT, so possibly a JIT bug in 32 bit chakra.