ID:1897939
 
Not a bug
BYOND Version:508.1293
Operating System:Windows 8.1 64-bit
Web Browser:Chrome 43.0.2357.134
Applies to:DM Language
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
When you set the default window, that doesn't have a titlebar, in your skin file to is-maximized through winset(), the window maximizes to full-screen and doesn't take the taskbar into account.
Numbered Steps to Reproduce Problem:
1. Set the window to is-maximized with winset()
Code Snippet (if applicable) to Reproduce Problem:
mob
Login()
winset(src,"default","is-maximized=true")
..()


Expected Results:
Window maximizes and takes the taskbar into account.
Actual Results:
Window maximizes to full-screen, overlapping the taskbar.
Does the problem occur:
Every time? Or how often? Always
In other games? N/a
In other user accounts? N/a
On other computers? N/a

When does the problem NOT occur?
It always occurs.
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.)
Not tested.
Workarounds:
Some Javascript probably?
This is actually intentional behavior in Windows itself. I've tried in the past to get around it to no avail; Windows is dead set on doing this.
Lummox JR resolved issue (Not a bug)
Okay, thank you.
Windows has a long history of messing up fullscreen windows and in general pissing on game developers' cornflakes.