1356 broke href->topic() calls, certain window.location tricks still work, but normal a href="?src=..." links do not lead to a call to client/topic()
Numbered Steps to Reproduce Problem:
Click openwindow verb
Click link
Code Snippet (if applicable) to Reproduce Problem:
client
Topic(href, href_list, hsrc)
src << "TOPIC: [href] ([hsrc])"
. = ..()
verb
openwindow()
usr << browse("<a href='?src=\ref[src]'>Test</a>", "window=blah")
Above code in a stub project
Expected Results:
Topic message
Actual Results:
none.
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.)
511.1355
edit: browse control links only, output control links work fine
edit2: fixed link