ID:2035310
 
Resolved
Passing null to a JavaScript funtion in a browser control via output() did not work.
BYOND Version:510.1321
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 48.0.2564.109
Applies to:Webclient
Status: Resolved (510.1325)

This issue has been resolved.
Descriptive Problem Summary:

Passing a string into the ClearList method works.
p << output("", "ActiveUserBrowser:ClearList");

Passing a null value in the ClearList method does not.
p << output(null, "ActiveUserBrowser:ClearList");

Both calls work in DreamSeeker.

Did I report this a while back? Seems familiar but it's tripping me up again and search is too slow to dig around.
Doesn't sound familiar to me, but I'll look into it.
Function doesn't take any parameters.
function ClearList()
{
alert("ClearList()")
}
Lummox JR resolved issue with message:
Passing null to a JavaScript funtion in a browser control via output() did not work.