ID:1323954
 
BYOND Version:499
Operating System:Windows 7 Ultimate
Web Browser:Chrome 28.0.1500.72
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
winget("window","size") returns innaccurately if you double click to maximize the window, as opposed to actually stretching it out, this also occurs if you use is-maximized=true.

Numbered Steps to Reproduce Problem:
See this src

Expected Results:
winget() returns the size of the window

Actual Results:
winget() returns the size of the window before it was maximized

When does the problem NOT occur?
If you stretch the window manually.
Yeah spotted that a bit late, hoping with enough attention something might get done.

I guess just adding another param called truesize would suffice.