Closing a browse popup opens the browser element
Numbered Steps to Reproduce Problem:
Open a browser popup and then close the popup
Code Snippet (if applicable) to Reproduce Problem:
mob
step_size = 8
verb
browse_error()
set name = "Open a browse() menu"
set category = "testing"
var/list/output = list()
output += "This"
output += "This too"
usr << browse(output.Join(), "window=thing")
Expected Results:
The browser skin element isn't opened
Actual Results:
The browser skin element gets opened and you are forcefully swapped to that tab
Does the problem occur:
Every time? Or how often? Every time after you open it once
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur?
Doesn't happen on 514
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.)
514
Workarounds:
I tried running your code and couldn't observe anything wrong with the browsers or the popups. That could simply stem from a misunderstanding on my part of what you're saying, or it might be that this code doesn't actually reproduce the issue.