ID:2173823
 
Resolved
Calling browse() with display=0 in the parameters didn't work as expected.
BYOND Version:511.1363
Operating System:N/A
Web Browser:N/A
Applies to:Webclient
Status: Resolved (511.1364)

This issue has been resolved.
Descriptive Problem Summary:

Using display=0 in browse() doesn't work, and always tries to browse the file.

Code Snippet (if applicable) to Reproduce Problem:
src << browse('file.css', "display=0")


Expected Results:

The file is downloaded but doesn't load into the browser control, making this a glorified browse_rsc().

Actual Results:

The browser control attempts to display the file.
Lummox JR resolved issue with message:
Calling browse() with display=0 in the parameters didn't work as expected.