Descriptive Problem Summary:
The webclient seems to clear out extra whitespace i use for text formatting unlike the BYOND client.
Webclient: http://puu.sh/chh4d/43fa57aa94.png
BYOND client: http://puu.sh/chhdv/bf3e5d9700.png
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
Expected Results:
Actual Results:
Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?
When does the problem NOT occur?
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
ID:1701626
Oct 18 2014, 8:04 am
|
|||||||||||||
Resolved
| |||||||||||||
format_text(text){ it's just adding spaces. |
Multiple spaces should be surviving the sanitization process, so the only difference should be the browser's behavior in displaying the spaces. It probably makes sense to have the output control use white-space: pre-wrap by default so that whitespace isn't collapsed per normal browser behavior.