while looking through the BBS, I found this bug that keeps popping up...
is this just me? has this happened for other people?
view the recording of the bug here: at this website
(linking to website because the gif was too big :/
you can see the actual bug here: at the bottom of this user's profile
I am posting this here because I have no clue where else to post it! :p
What's happening in the video with the colors? I thought that's the bug you were talking about at first.
the colors are probably a result of using a GIF screen recorder that quantizes colors per frame instead of per GIF (but that's just a guess).
the strange "cart info in the footer" seems to be from a strange interaction between the web player and the "unfold" button. the position: absolute;
+z-index: 20;
CSS attributes on the name and author fields of the web player make a new "stacking context" just for those elements, which brings them up and out of the overflow: hidden;
thing that hides the rest of the folded post contents.
@ooooggll
The Chromebook screen recorder records:
a: in a really bad quality, and
b: in a webm file
and because neocities doesn't support webm, I had to convert it to gif with an online converter.
that's why it looks kinda funky.
Seems like it's supposed to be a way to get back to the previous version of the cart, but maybe it's getting flowed into the wrong part of the blog page?
yeah, the user put a previous version of the game in a [hidden] tag, but the title leaked through, which seems to be an error with the HTML
edit: wait that's not a hidden tag, idk what it is (;-_-)
Ah, maybe they didn't close the hidden tag and the markdown parser isn't quite robust enough to handle that properly? @zep?
[Please log in to post a comment]