output() is no longer working with browser controls in 515.1621.
Numbered Steps to Reproduce Problem:
Create a .dmf file, place a browser control. Attempt to send any message to the browser via output("message", "default.browser1").
Code Snippet (if applicable) to Reproduce Problem:
mob/verb
test_browse()
usr << output("test", "default.browser1")
Expected Results:
"test" should be output to the browser control.
Actual Results:
Empty content is output to the browser control. If you attempt it multiple times, disabled scrollbar arrows will appear. Nothing else.
Does the problem occur:
Every time? Or how often? Every time.
When does the problem NOT occur?
When downgrading to 515.1620.
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.)
515.1620
Workarounds:
Downgrade.