link() byond:// messages appear to not go through to Topic() or open http:// pages
(It works completely fine in dreamseeker, only occurs in webclient)
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
src << link("byond://?src=\ref[src];action=test")
src << link("http://google.com/")
mob/Topic(href,href_list[])
..()
switch(href_list["action"])
if("test")
world << 1
Expected Results:
Topic() to be called and webpage to open.
Actual Results:
Nothing happens.
Does the problem occur:
Every time? Or how often? Yes
In other games? Yes
In other user accounts? Yes
On other computers? Yes
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.)
I have no idea if it's related since that bug report is similar but was directed at dreamseeker
http://www.byond.com/forum/?post=1810425
Workarounds:
Linking to a new world is something I can definitely add support for; it just hasn't been handled yet because it's kind of tricky. Opening a browser tab/window is easier.