ID:2774669
 
BYOND Version:514
Operating System:Windows 10 Pro
Web Browser:Chrome 98.0.4758.102
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

when you winset() window.statusbar at runtime, it doesn't resize elements as they should with anchors
e.g.
even with topright 0, 0 bottomright 100, 100 anchors, you still get a black bar if it's disabled mid-game, and nothing if it's enabled mid-game (because the elements are blocking it since they won't shrink automatically)

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
winset(src, mainwindow, "statusbar=true")


Expected Results:
stuff moves as needed if they use anchors instead of hardcoded positioning

Actual Results:
stuff doesn't

Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?

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

Workarounds:

manually add code to winset all relevant elements to cover the now-empty space (if it defaults to enabled), vice versa if it defaults to disabled

Turning the statusbar on and off has been tested a lot in the past so it doesn't make sense that it wouldn't work now. Do you have a simple test case I can look at to confirm we're on the same page?