ID:1986722
 
BYOND Version:509.1314
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 46.0.2490.86
Applies to:Webclient
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
Descriptive Problem Summary:
- Sometimes the chats don't keep up with the output box and gets left behind, gotta scroll down the chat box's manually to see new chats.

Numbered Steps to Reproduce Problem:
- Send a msg to anyone in game.

Code Snippet (if applicable) to Reproduce Problem:
mob/verb/Say(var/T as text|null)
if(T && (length(T) > 0))
world << "[T]"


Expected Results:
- Chat should flow down instead of manually scrolling down to keep up with it.

Actual Results:
- Chat box gets left behind.

Does the problem occur:
Every time? Or how often?
- Every time
In other games?
- Unsure
In other user accounts?
- Yes
On other computers?
- Yes

When does the problem NOT occur?
- Does not occur in Dream Seeker.

Workarounds:
- None as of yet.
Lummox JR changed status to 'Unverified'
This is definitely not happening in my test project. I'll need an example case that shows this in action.