ID:1675215
 
Resolved
An "as message" box failed to escape newlines properly in some cases.
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 37.0.2062.103
Applies to:Webclient
Status: Resolved (507.1256)

This issue has been resolved.
Descriptive Problem Summary: When using the message input type, only the first line is processed.

Numbered Steps to Reproduce Problem:
1) Open a message input using the code below.
2) Type a multiline message.
3) Observe that only the first line is displayed.

Code Snippet (if applicable) to Reproduce Problem:
verb
say(msg as message)
world << "[src]:[msg]"


Expected Results:
The entire message to be output.

Actual Results: Only the first line of the user's message is output.

Does the problem occur:
Every time? Or how often? Everytime.
In other games? Yes.
In other user accounts? Untested.
On other computers? Untested.

Weird, I did not see this when I was testing the message control. I'll see what I can find.
Lummox JR changed status to 'Unverified'
I was unable to see this in action. I need a test project.
I see the same as Higoten here.
Project

I've also got a server up currently with this project.
Lummox JR resolved issue with message:
An "as message" box failed to escape newlines properly in some cases.