ID:107350
 
Resolved
BYOND Version:N/A (Website Bug)
Operating System:Windows 7 Ultimate
Web Browser:Firefox 4.0
Applies to:Website
Status: Resolved (web)

This issue has been resolved.
Descriptive Problem Summary:
Posting large picture in forum breaks post format.


Numbered Steps to Reproduce Problem:
1 Find a large picture.
2 Post it in forum post.

Code Snippet (if applicable) to Reproduce Problem:
http://www.byond.com/developer/forum/?id=772465#772465

Expected Results:
Either re-size picture to a max size, or add a scroll bar so it can be read.

Actual Results:
Text scrolls all over screen, with no scroll bar to read it.

Just FYI you linked to the wrong post; it's 772546.
I found part of the issue but I'll need Tom's help to develop a fix. Our forum uses just table cells (it is far from unique in that regard), but without a <div> tag inside the innermost <td> I can't set the overflow:auto style that would allow scrollbars to appear. (Well, JavaScript could add the div tag but that's kind of hacky.)