In addition to http://drupal.org/node/439154 and http://drupal.org/node/495558, i still have a bug with background-image in all version of IE.

I have corrected it by replacing in rotor.js at line 24 :

timeout: settings.time * 1000,

by

cleartypeNoBg: true,
timeout: settings.time * 1000,

Comments

mrfelton’s picture

Did you try with the latest -dev snapshot which incorporates the fix from the other tickets you mentioned?

sinasquax’s picture

Yes and it doesn't works.

I must add clearTypeNoBg: true for avoiding this bug

mrfelton’s picture

I'm just not too clear on the use of that property and weather or not it should be included by default, or provided as a configurable option to the user. Will having the enabled affect any other browsers in a negative way? I just wonder why the default for it is false in the jQuery Cycle library...

sinasquax’s picture

I found this issue http://drupal.org/node/443598 if you want more informations

mrfelton’s picture

Status: Active » Fixed

This has been added in cvs.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jared12’s picture

It appears that the "cleartypeNoBg: true" has been removed from version 2.4. Is that correct? Is there another fix now for preventing IE/ClearType from adding a background?

Thanks. I love this module!

jared12’s picture

Status: Closed (fixed) » Active
mrfelton’s picture

Status: Active » Fixed

"cleartypeNoBg: true" was added to the code in CVS on December 3rd - this was after the release of 2.4. I will be releasing 2.5 in the next few days which include this fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

redhatmatt’s picture

Status: Closed (fixed) » Active

Love your module mrfelton. However I saw your last comment on 2.5 in the next few days... guess next few days turned into 2 months, we all know how it goes. Reopened.