ID:1986751
 
Resolved
Popup windows often did not open properly.
BYOND Version:509.1314
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 46.0.2490.86
Applies to:Webclient
Status: Resolved (509.1315)

This issue has been resolved.
Demo Project: http://files.byondhome.com/DarkerEmerald/BYOND%20Debug.zip

Descriptive Problem Summary:
- winshow(usr, "id", 1) or winset(usr, "id", is-visible=true) does not work when trying to open up the games skin windows.

Numbered Steps to Reproduce Problem:
- Run winshow(), winset() to the web-client to try and open up the games skin window.

Code Snippet (if applicable) to Reproduce Problem:
mob/verb
Show_Windows()
winshow(usr, "test_window", 1)
winshow(usr, "testwindow", 1)

winset(usr, "test_window", "is-visible=true")
winset(usr, "testwindow", "is-visible=true")


Expected Results:
- Windows should open up and be visible to the web-client.

Actual Results:
- Windows don't pop up at all but there is a noticeable delay.

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

When does the problem NOT occur?
- Works just fine on dream seeker.

Workarounds:
- None as of yet.
Lummox JR resolved issue with message:
Popup windows often did not open properly.
This problem still persist with windows that have images.

- Windows with buttons are pressed down by themselfs and when you try to click the buttons linked to in game macros the server will hang and eventually crash but will run indefinitely in the background.
I'll need a new report and demo for that.