Build Your Own Arcade Controls Forum

Main => Wiki Discussion => Topic started by: Tiger-Heli on February 22, 2006, 07:29:52 am

Title: Bug - Viewing in Various Formats
Post by: Tiger-Heli on February 22, 2006, 07:29:52 am
Top Left Corner is messed up in Opera and IE, looks fine in FireFox.  Doesn't affect usage, just visual appearance.  FYI, FWIW
Title: Re: Bug - Viewing in Various Formats
Post by: sirwoogie on February 22, 2006, 10:57:27 am
Tiger,

I've tested with this Opera 6, Opera 7, IE 5.5 and IE 6.0 and do not get your result with either anonymous browsing or logging in. You might have something on your local system causing this.

Does anybody else get these rendering errors?
Title: Re: Bug - Viewing in Various Formats
Post by: saint on February 22, 2006, 11:18:00 am
Renders properly here in IE 6 and Firefox 1.07.
Title: Re: Bug - Viewing in Various Formats
Post by: Tiger-Heli on February 22, 2006, 11:20:24 am
Opera problems went away when I bypassed Proxomitron.   :P

Not sure what's going on in I.E. - IE 6.0.2900
Title: Re: Bug - Viewing in Various Formats
Post by: JoyMonkey on February 22, 2006, 02:36:13 pm
Looks fine here on IE 6.0.2900.2180 sp2 (whatever happened to just calling it 6.1?) and Firefox 1.5.0.1
Title: Re: Bug - Viewing in Various Formats
Post by: Tiger-Heli on February 22, 2006, 02:46:30 pm
Text at top of page in IE says this, if this helps:

Warning: Cannot modify header information - headers already sent by (output started at /www/html/wiki.arcadecontrols.com/w/extensions/Auth_smf.php:505) in /www/html/wiki.arcadecontrols.com/w/includes/OutputPage.php on line 455

Warning: Cannot modify header information - headers already sent by (output started at /www/html/wiki.arcadecontrols.com/w/extensions/Auth_smf.php:505) in /www/html/wiki.arcadecontrols.com/w/includes/OutputPage.php on line 456
Title: Re: Bug - Viewing in Various Formats
Post by: sirwoogie on February 22, 2006, 03:12:37 pm
Try this now.
Text at top of page in IE says this, if this helps:

Yeah, I saw that in your image dumps.

Try now. I have a hunch I fixed it.
Title: Re: Bug - Viewing in Various Formats
Post by: Tiger-Heli on February 22, 2006, 03:32:48 pm
Yep - looks good in IE now.

Thanks SirWoogie!!!!
Title: Re: Bug - Viewing in Various Formats
Post by: sirwoogie on February 22, 2006, 07:06:05 pm
Bah, what a stupid problem. For all of you PHP jockies out there, do not have trailing whitespace after the closing ?> in a <php ?> bracket. I had an extra CR at the end of the authentication module, and that is what caused it.

How stupid.
Title: Re: Bug - Viewing in Various Formats
Post by: saint on February 22, 2006, 09:40:18 pm
Heh. Good catch.

Bah, what a stupid problem. For all of you PHP jockies out there, do not have trailing whitespace after the closing ?> in a <php ?> bracket. I had an extra CR at the end of the authentication module, and that is what caused it.

How stupid.