Ticket #9893 (closed bug: worksforme)
jQuery.animate() IE9 Bug
| Reported by: | s.ronak | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In IE9 Document Mode, you'll notice that on hover over Gray Block on left hand side, It comes out without animation. But in IE8 and IE7 it works fine.
Change History
comment:1 in reply to: ↑ description Changed 22 months ago by s.ronak
comment:2 Changed 22 months ago by timmywil
- Priority changed from undecided to low
- Component changed from unfiled to effects
For testing, bug not yet confirmed. http://jsfiddle.net/timmywil/PLahr/
comment:3 Changed 22 months ago by addyosmani
- Status changed from new to closed
- Resolution set to worksforme
Tested with IE9 (Document mode)/WIN7 with a wide range of durations using timmywil's version of the test case. The gray block mentioned appears to animate fine with the left hand side preserving the same effect experienced when viewing with IE8 or IE7. I'll be as such closing this ticket as worksforme, however, if you're able to supply any additional information about other browser or document modes this is experienced under we'll be happy to re-test.
comment:4 Changed 22 months ago by s.ronak
I don't know why or how it works on jsFiddle, but it still not working for me. Can anybody test this bug on jsbin/ or create a simple html file and then report??
comment:5 Changed 22 months ago by timmywil
jsfiddle is preferred over jsbin for our test cases and the jsfiddle example is a simple html file itself if you add /show to the end of the url. This isn't a problem with jQuery, but my guess for the jsbin example is that there is something off with the transition feature test.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Replying to s.ronak: