Creating a new map control within a window containing a browser control causes the browser control to flick grey momentarily
Numbered Steps to Reproduce Problem:
1. Browse open a new popup browser with a named window
2. Winset a new map window with the parent being the same as the popup browser
Code Snippet (if applicable) to Reproduce Problem:
src << browse("<p>Hello!</p>", "window=popup")
sleep(5)
winset(src, "secondary_map", list("parent" = "popup", "type" = "map", "pos" = "50,50", "size" = "50x50"))
The full testcase was shared on the BYONDiscord
Expected Results:
The browser continues rendering content while the new map is created.
Actual Results:
It turns grey.
Does the problem occur:
Every time? Or how often? Yes
In other games?
In other user accounts?
On other computers?
When does the problem NOT occur?
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.)
On 515 - instead, the browser froze but did not stop rendering.
Workarounds:
Do something crazy like a new window aligned to the same position as where you want the map over the browser element. Or just accept it goes grey for a couple seconds - not really a biggie!