More or less, it happens on IE(all versions I've tested so far). With Chrome, latest version, I would just have to refresh the page and everything would be fine.
News fader being broken on Chrome is well known and has been for some time. Though if it's breaking in IE that suggests some other code is in place that breaks, e.g. a mod.
We thought we had fixed this.
I haven't retested on Chrome, but was it fixed for RC2? I thought Fader was still broken.
I'll post two comparison screenshots.
Firefox 3.5.6 -- http://img704.imageshack.us/img704/5159/10714772.png
Internet Explorer 8 - http://img6.imageshack.us/img6/3950/57999459.png
^^ Theme only changes CSS.
Looks like this is related to a js error.
http://dev.simplemachines.org/mantis/view.php?id=4150
Quote from: karlbenson on January 10, 2010, 09:07:41 AM
Looks like this is related to a js error.
http://dev.simplemachines.org/mantis/view.php?id=4150
How is this a duplicate when I posted this before that bug got submitted up onto the bug tracker? O_o..
No offence is intended.
Its our fault for not having tracked your report sooner.
Quote from: karlbenson on January 10, 2010, 02:17:12 PM
No offence is intended.
Its our fault for not having tracked your report sooner.
Wasn't offended :P.
I was just curious if it was an honest error ^^.
While searching for an answer to this, I came up with something that solved it.
IE doesn't play nice with three letter color codes, i.e., #fff
BUT
IE does like the full six letter color codes, e.g. #ffffff
When I went through and changed the color codes in my custom theme from
three letter color codes to six letter color codes, IE played nice and this very same problem went away.
Hope that helps. It took me hours to figure out.