ID:2534759
 
Resolved
Clearing an output control caused the scrollbar not to reappear until the control resized.
BYOND Version:513.1504
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 79.0.3945.88
Applies to:Dream Seeker
Status: Resolved (513.1506)

This issue has been resolved.
Descriptive Problem Summary:
After clearing the output, the scrollbar doesn't show, even if there's more messages than it can show.

Numbered Steps to Reproduce Problem:
1 - Send a bunch of messages till the scrollbar appears
2 - Clear the output with << output(null)
3 - Send a bunch of messages till it'd need for the scrollbar to appear
4 - It doesn't appear


Code Snippet (if applicable) to Reproduce Problem:
src<<output(null,"output")


Expected Results:
Scrollbar appears

Actual Results:
Scrollbar doesn't appear

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? In browsers

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Not that I know of

Workarounds:
Using browsers
Lummox JR changed status to 'Verified'
Confirmed, but I don't have a good explanation for why this is happening yet. This appears to be more bad Microsoft behavior and I haven't managed to stop it from happening depsite a lot of effort.

Resizing the output will restore the missing scrollbars.
Lummox JR resolved issue with message:
Clearing an output control caused the scrollbar not to reappear until the control resized.