ID:1721949
 
BYOND Version:507
Operating System:Windows 8
Web Browser:Chrome 38.0.2125.111
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Using is-transparent on a label doesn't work on the web client.

winset(src,"default.[id]","is-transparent=true;text=\"[id]")
The is-transparent property is one we're hoping to phase out; its support in DS has been poor because of Windows limitations, and for the webclient we have background-color=none that should handle it.

There are however some lingering questions about how to handle this, because output controls with background=none are currently transparent and that's not desirable for a lot of interfaces.
It works, thank you (: