ID:2334879
 
Resolved
BYOND Version:511
Operating System:Windows 10 Home
Web Browser:Chrome 63.0.3239.84
Applies to:Dream Seeker
Status: Resolved

This issue has been resolved.
Descriptive Problem Summary: Output scrollbar will disappear when you scroll with an output bar, clear the output field then add enough output for a scroll bar to be generated again

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

The ufile link isn't working for me.

Try imgur
The ufile is a link to download the demo not an image
If that isn't working:
https://www.dropbox.com/s/w831bpiz3p5hug5/ OutputBar_src.zip?dl=0
I've noticed this problem also on my own project.
I grabbed the file so I'll take a look soon.
This has actually been a thing since way back in 2.0, I think it might even be a Windows thing because I've seen it elsewhere. Using the mousewheel to scroll usually makes the bar reappear.
Lummox JR resolved issue