ID:2267637
 
is there a known way to fix this issue?
on a webclient, output randomly stops scrolling for seemingly no reason

test app: http://www.byond.com/play/embed/73.69.32.18:6112

wait til scroll bar appears and it'll just randomly stop scrolling for no reason
is there perhaps a way to code in a way for the output to automatically scroll to the bottom?

this seems to only happen with output calls like src << "blahblah" and not calls like src << output("blahblah"), or maybe its the opposite causing the issue

EDIT: Almost confirmed it's the output("","") format causing this bug to occur, but since my game has multiple output windows i can't remove that from the code
i made a bug report for this issue with a reproduceable demo
http://www.byond.com/forum/?post=2270563

currently investigating workarounds