- 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.