ID:2150566
 
Resolved
The pop control did not parse position or size winset values correctly.
BYOND Version:510
Operating System:Windows 10 Home
Web Browser:Chrome 53.0.2785.116
Applies to:Webclient
Status: Resolved (511.1358)

This issue has been resolved.
Descriptive Problem Summary:

The webclient is consistently choking when trying to download the client with a defined "pop" control that has its size set in skinparams.

Numbered Steps to Reproduce Problem:

1. Create a project.
2. Define a pop control in a .dms file, with skinparams="size=300x300" or any other value.
3. Host it in Dream Daemon and open it in the Webclient.

Code Snippet (if applicable) to Reproduce Problem:
<div id=helpme byondclass=pop skinparams="is-visible=true;size=300x300">
<div id=browser byondclass=browser></div>
</div>


Expected Results:

A pop-up window, 300 pixels by 300 pixels.

Actual Results:

The webclient never finishes loading. Removing the "size=300x300" from the dms file allows it to load, but the window is not visible. I am not sure if this is the intended behavior for an element with no size, or another issue.

Does the problem occur:
Every time? Or how often? Every time.
In other games? I created a fresh project and received the same result.
In other user accounts? I have tried multiple user accounts and connecting as a guest.
On other computers? Two computers, running Windows 10. Different browsers.

When does the problem NOT occur? So far, it is 100% consistent.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? 510 and 511 are the only versions I have tested it on, as I have not worked with the webclient before.

Workarounds: None that I have found.


Sidenote: I have a test project that demonstrates this and my not-sure-if-bug vertical-align issue, should it prove necessary.
Yeek. That's nasty. I'll take a look and see what I can find. The test project would definitely be a huge help.
Alright. I have the test project:

http://files.byondhome.com/AlexandraErin/ maptextvalign_src.zip

It also contains a demonstration of the CSS/maptext issues in the report I just made.
Lummox JR resolved issue with message:
The pop control did not parse position or size winset values correctly.