Opened 13 years ago
Closed 13 years ago
#5659 closed bug (invalid)
jQuery.animate can throw on IE 7 and 8
Reported by: | dwt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.4a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
but not on other browsers.
See the attached reduction.
What is interesting is that in our application this throw _only_ happens when $.fx.off is set - in the reduction I could reproduce the throw even without turning off the animations.
Also the Animations don't seem to work - but I don't have the time to work further on this.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | reduction.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
http://docs.jquery.com/Effects/animate
"Only properties that take numeric values are supported (e.g. backgroundColor is not supported)."
http://docs.jquery.com/Release:jQuery_1.2/Effects#Color_Animations