Additionally when an output bar is first created it doesn't appear visually until you manually scroll once
Numbered Steps to Reproduce Problem [edit]scroll once output scrollbar appears then clear output then generate enough output to generate a scroll bar
Code Snippet (if applicable) to Reproduce Problem:
run the following proc, scroll then run it again. the scrollbar will disappear
outputStuff()
src<<output(null,"default.output1")
for(var/i=0;i<25;i++)
src<<output("hi","default.output1")
Expected Results: scroll bar can be seen and works properly
Actual Results: scroll bar disappears and scrolling isn't as responsive
Does the problem occur:
Every time? Or how often?every time
In other games?yes
In other user accounts?yes
On other computers?yes
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.)
It has been happening for a while now it was just never reported
Workarounds:
example:
https://ufile.io/5pnak
click the button
https://imgur.com/m3y87Zh
then scroll and click the button again
Try imgur