ID:107909
 
Resolved
BYOND Version:N/A (Website Bug)
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Firefox 3.6.13
Applies to:Website
Status: Resolved (web)

This issue has been resolved.
Descriptive Problem Summary:
While setting up a rather long-winded bonus features box, with additional HTML to include Subscriber features directly under the BYOND Members features, I noticed the box itself isn't actually auto-scrolling. Taking a look at the website source, I noticed the bonus features box already has an overflow attribute set. However, on Firefox at least, this attribute wont work unless the element is given a fixed pixel height.

Numbered Steps to Reproduce Problem:
Edit or create a hub entry, and add in abnormally long bonus features.

Expected Results:
The popup div to automatically add scroll bars when it exceeds a certain height (700px?).

Actual Results:
The popup stretches outside the bounds of the visible page.

Does the problem occur:
Every time? Yes.
In other games hubs? Yes.
In other user accounts? Yes.
On other computers? Yes.

Workarounds:
Adding an additional div into the bonus features box. However, the draw back is: the BYOND Member Features title and subtitle will be statically placed up the top.
It would help to have a link to the hub entry with this issue. I can make any changes to the markup that are needed, or a change to the JS code responsible for the popup so it will limit the height of the box.
http://www.byond.com/games/Tiberath/StoryTelling

That's an example of what's going on.