jquery / jquery-color

jQuery plugin for color manipulation and animation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on IE8

SergeyDidenko opened this issue · comments

Error in IE8 (8.0.7600.16385) using the latest version (May 26, 2011 2.0b1 [gnarf37]):

"Object expected, line 558, char 5, Code: 0."

I think I might of gotten this fixed in 989397c - Can you try the updated jquery.color.js and see if you still have this issue?

If this doesn't solve the problem, can you please put together a jsfiddle showing the problem?

You can use https://raw.github.com/jquery/jquery-color/master/jquery.color.js as the js source to test.

It got better now, IE8 does not show error.

I also see a new bug locally but can't reproduce it on JsFiddle (I open both pages using IE8). Here is the version that works ok - http://jsfiddle.net/SergeyD/TJJpP/14/

However locally for some reason the second animation makes div black instead of transparent (see the code).
I spent quite a lot of time trying to spot the difference but still did not get it. May be it's something related to quirks vs standard mode, may be not.

However, if you don't have a direct suspect why the color may become black instead of transparent, probably it's better to close the bug.

Regards, Sergey.

Are you using the same jquery.color.js ? The bug I fixed up above might of caused the "black" background...

I'm using jquery.color.js from 989397c commit, two lines changed: 551 and 553

Please do what you can to reproduce this on jsFiddle, or post a "working" (broken) demo of the bug online somewhere I can view it and open another issue.