#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: | ||
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
For testing, bug not yet confirmed. http://jsfiddle.net/timmywil/PLahr/
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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 12 years ago by
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 12 years ago by
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.
Replying to s.ronak: