From: 100101010011 <-- right about here Insane since: Mar 2000
posted 10-06-2005 04:33
Is everyone else seeing the page data unformatted on the intermediary page when posting? ie. the post page that then forwards you back to the post page.
The CSS is in place, you see the data just dumped on the page, lot's of odd characters and all. I can't get a screen shot right now, but if nobody else has by the time I get home from work, I'll give it a try.
From: Happy Hunting Grounds... Insane since: Mar 2001
posted 10-06-2005 15:13
I have been seeing it. It looks like the "wrapper" with all the lines, etc replaced by ASCII characters, with the actual post information (and posters, etc) in among the gibberish.
Then it "snaps back" to how it is supposed to look.
From: Madison, Indiana, USA Insane since: Aug 2000
posted 10-06-2005 17:48
It's like the browser has only read part of the css, because the colors are all correct, the text is not formatted and the page is all jumbled together. Then after a few seconds (maye fiften or twenty) it all snaps into place and the page looks normal.
.
[edit]Of course, when I posted this, it didn't happen[/edit]
edit: Ah, even though I didn't see it (IE here), it's in the source code.
It's commented out with HTML comments. I notice the first thing in the screen shot is "Insane since," whereas the weird part of the source code looks like:
<!-- update grail_data set date=CURRENT_TIMESTAMP, rawtext='a:16:{i:0;a:6:{s:10:\"postername\";s:10:\"bitdamaged\";s:8:\"posterid\";i:52;s:10:\"posterinfo\";s:87:\"Rank%%5,50<p>From: 100101010011 <-- right about here<br />Insane since:...
I think Firefox is correctly interpreting this as a single tag that looks like:
<!-- commented stuff here -- invalid stuff here >Insane since:...
Because HTML comments actually end at the first occurance of "--".