ID:1803059
 
BYOND Version:N/A (Website Bug)
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Firefox 36.0
Applies to:Website
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary: When navigating to a games hub page using a link which includes the #desc linkage, the BYOND/user header overlays the game's title/information box most of the way.

Numbered Steps to Reproduce Problem:
1) Navigate to: http://www.byond.com/games/SilkGames/NEStalgia#desc
2) Scroll to the top of the page.
3) Notice that the orange header is overlaying the "Nestalgia by Silk game's information box".

Expected Results: For the header to be above the game's title box (For reference, this link displays as expected: http://www.byond.com/games/SilkGames/NEStalgia)

Actual Results: The orange header overlaps the title box when navigating to the hub page while using the #desc link.

Does the problem occur:
Every time? Or how often? Everytime.
On other game's hub pages? Yes.

When does the problem NOT occur? When not using the #desc link reference.

Did the problem NOT occur in any earlier versions? Unknown. This did occur in the previous edition of the site.

Well, that's truly weird. The hash being in the URL should have no impact on the header. I'll look into it.
Well that's fun. This appears to be a major browser bug, and it appears in multiple browsers because IE shows the same thing. The bug throws off content positioning, so that the position doesn't respond properly to changes to the CSS. Good gads that's stupid.

I'll try to figure out a way to work around the problem, though it appears to be Google-proof.
One thing that's interesting: toggling the "overflow: hidden" rule on the main_background_outermost class seems to fix it for FF, Chrome, and IE11.

Not sure if simply removing that rule would have any other consequences, though.