ID:1670383
 
BYOND Version:507
Operating System:Windows 8 64-bit
Web Browser:Chrome 36.0.1985.143
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
Not much of a bug. Instead, it just seems like it hasn't been done yet. The resize command is good for games that like to get rid of the black leftovers around the map by resizing the view size. That's precisely what I use it for.

I've resized the iframe and it just stretches icons. It doesn't call the resize command. This is expected, since it's only just come out. However, it'd be a waste to just not report it. That is why we're testing it, right? I'm bringing this up because iframes could be resized with a command in the future. :)
What resize command are you referring to exactly? I'm confused.
In response to Lummox JR
Lummox JR wrote:
What resize command are you referring to exactly? I'm confused.

The one built in to the skins. When a window is resized, it automatically calls whatever command you enter.

Ah, so window.on-size then. I'd think that'd be called on the skin init, but that's something I can check out.