Skip to main content

Bug Tracker

Side navigation

#8640 closed bug (invalid)

Opened March 25, 2011 12:38PM UTC

Closed March 30, 2011 04:19PM UTC

Last modified April 29, 2011 02:57PM UTC

IE8 throws error on fadeTo in jQuery 1.5.1

Reported by: jekorma@gmail.com Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
Description

When using 1.5 or 1.5.1 IE8 throws an error when using .fadeTo the following way:

$(element).fadeTo(500, 0.7);

if instead the opacity is put in single quotes, it seems to work:

$(element).fadeTo(500, '0.7');

The error is on line 978 and IE error is: 'object doesn't support this property or method'

Error is not there when using 1.5.2 rc1

Attachments (0)
Change History (5)

Changed March 25, 2011 12:58PM UTC by jekorma@gmail.com comment:1

EDIT: disregard last comment regarding error not being present in 1.5.2 rc1

Changed March 25, 2011 02:09PM UTC by timmywil comment:2

Perhaps you could provide a test case on jsfiddle.net demonstrating the failure.

Changed March 28, 2011 12:35PM UTC by jekorma@gmail.com comment:3

Ok, my bad, turns out a plugin was causing the error... the fact that is was only happening in 1.5 caused me to think it was jQuery related, I will be more thorough next time.

Sorry to have wasted everyone's time :-S

Consider this ticket closed.

Changed March 30, 2011 04:19PM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

Changed April 29, 2011 02:57PM UTC by werner.donne@pincette.biz comment:5

Which plugin caused the error? I have the same issue.

Werner.