Omnimaga

Omnimaga => Site Feedback and Questions => Topic started by: Deep Toaster on April 18, 2012, 08:36:32 pm

Title: Disappearing content
Post by: Deep Toaster on April 18, 2012, 08:36:32 pm
I've been noticing a really weird bug lately that causes content to simply disappear from posts and PMs.

The first time I saw it was in a PM to kindermoumoute, which had a few paragraphs followed by a quote with more paragraphs inside. Everything showed up until the quote box, which is there but is empty.

And there's this post (http://omniurl.tk/12240/224047/) by ztrumpet, which is entirely gone (you can click QUOTE if you want to see his BBCode).

I'm thinking it has something to do with parsed links (without [url] tags), because there was one in the empty quote box in my PM as well as in the main body of ztrumpet's post.
Title: Re: Disappearing content
Post by: Scipi on April 18, 2012, 08:58:26 pm
I guess we could test to see if that is the issue.

Test:

http://ourl.ca/15877

Quote
http://ourl.ca/15877
Title: Re: Disappearing content
Post by: DJ Omnimaga on April 18, 2012, 10:29:26 pm
Hmm that is strange. I noticed that before but only in minus world posts. Could it be a CSS issue? Because I clicked QUote and the message still appeared. ???

Is it very frequent by the way?


EDIT Seems like a QUote glitch O.O


Here's the one that I would personally recommend: http://tibasicdev.wikidot.com/archives:nibbles  It bases collision detection and everything off the graph screen, so it produces some interesting and fast code.

If you'd like a homescreen version, you could try this one: http://tibasicdev.wikidot.com/snake
Title: Re: Disappearing content
Post by: Deep Toaster on April 18, 2012, 10:30:14 pm
It's not CSS because the content itself isn't there (not just not visible), so it must be some script that's not parsing it correctly.
Title: Re: Disappearing content
Post by: Darl181 on April 18, 2012, 10:37:49 pm
The content shows in the print page 0.o
So I'll guess it's something to do with rendering the normal page?
Title: Re: Disappearing content
Post by: DJ Omnimaga on April 19, 2012, 12:18:17 am
It's not CSS because the content itself isn't there (not just not visible), so it must be some script that's not parsing it correctly.
Well I clicked Quote and the content mysteriously appeared in the post editing box. ???

Eg In Ztrumpet's quote above:

Quote
Here's the one that I would personally recommend: tibasicdev.wikidot.com/archives:nibbles  It bases collision detection and everything off the graph screen, so it produces some interesting and fast code.

If you'd like a homescreen version, you could try this one: http://tibasicdev.wikidot.com/snake

It seems random. First of all with certain timestamps it seems to glitch out. But also in the quote above, if I add the http:// at the beginning of the first link, the quote breaks O.O

Seems like something is wrong with URLs in quotes. Netham45 might have broken something
Title: Re: Disappearing content
Post by: Deep Toaster on April 19, 2012, 12:22:09 am
It's not CSS because the content itself isn't there (not just not visible), so it must be some script that's not parsing it correctly.
Well I clicked Quote and the content mysteriously appeared in the post editing box. ???
That's the thing -- the BBCode is there on the server, but it's not getting converted to HTML.
Title: Re: Disappearing content
Post by: DJ Omnimaga on April 19, 2012, 12:24:10 am
Well at  least the content was not lost, which is good. But yeah there's a bug with URL parsing it seems.

EDIT: http://www.omnimaga.org 2  test