Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: gm112 on January 02, 2010, 06:58:00 PM

Title: [4150][Duplicate] Js error RC2: News Fader breaks on IE and Webkit
Post by: gm112 on January 02, 2010, 06:58:00 PM
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.
Title: Re: RC2: News Fader breaks on IE and Webkit
Post by: Arantor on January 02, 2010, 07:02:14 PM
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.
Title: Re: RC2: News Fader breaks on IE and Webkit
Post by: karlbenson on January 02, 2010, 07:09:14 PM
We thought we had fixed this.
Title: Re: RC2: News Fader breaks on IE and Webkit
Post by: Arantor on January 02, 2010, 07:09:51 PM
I haven't retested on Chrome, but was it fixed for RC2? I thought Fader was still broken.
Title: Re: RC2: News Fader breaks on IE and Webkit
Post by: gm112 on January 02, 2010, 07:17:57 PM
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.
Title: Re: RC2: News Fader breaks on IE and Webkit
Post by: 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
Title: Re: [4150][Duplicate] Js error RC2: News Fader breaks on IE and Webkit
Post by: gm112 on January 10, 2010, 12:10:25 PM
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..
Title: Re: [4150][Duplicate] Js error RC2: News Fader breaks on IE and Webkit
Post by: karlbenson on January 10, 2010, 02:17:12 PM
No offence is intended.
Its our fault for not having tracked your report sooner.
Title: Re: [4150][Duplicate] Js error RC2: News Fader breaks on IE and Webkit
Post by: gm112 on January 10, 2010, 11:45:05 PM
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 ^^.
Title: Re: [4150][Duplicate] Js error RC2: News Fader breaks on IE and Webkit
Post by: Scratching my Head on June 14, 2010, 09:04:54 PM
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.