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
Comment #1
mrfelton commentedDid you try with the latest -dev snapshot which incorporates the fix from the other tickets you mentioned?
Comment #2
sinasquax commentedYes and it doesn't works.
I must add clearTypeNoBg: true for avoiding this bug
Comment #3
mrfelton commentedI'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...
Comment #4
sinasquax commentedI found this issue http://drupal.org/node/443598 if you want more informations
Comment #5
mrfelton commentedThis has been added in cvs.
Comment #7
jared12 commentedIt 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!
Comment #8
jared12 commentedComment #9
mrfelton commented"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.
Comment #11
redhatmatt commentedLove 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.