bugs with ie

Found a bug? Tell us!!
Post Reply
psavio1966
Posts: 2
Joined: Sat Mar 26, 2005 1:57 pm

bugs with ie

Post by psavio1966 »

i have the same bug when i open my blog through a link the css is disabled. It happens only with i.explorer and not with firefox.
Why?
You can try, my blog is http://tapio.altervista.org
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: bugs with ie

Post by garvinhicking »

You'll need to ask Microsoft for the reason. I don't know what's causing that IE-specific bug.

If you find out, please let us know :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: bugs with ie

Post by garvinhicking »

{CSSIEFIX}

We've just committed a patch to try to fix this. You can try it out yourself easily: Open the file serendipity.css.php and find this line:

Code: Select all

header('Content-Type: text/css');
then add this line just before that line:

Code: Select all

header('Cache-Control: no-cache');
If it works or doesn't work for you, please report back.

Thanks
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
psavio1966
Posts: 2
Joined: Sat Mar 26, 2005 1:57 pm

You're great!!!!!!

Post by psavio1966 »

Thank you very much. Now it seems work normally.

Hi.
Post Reply