ID:1668928
 
Resolved
The focus skin parameter wasn't supported by controls, and winset(usr,null,"focus=...") failed for most controls.
BYOND Version:507
Operating System:Windows 7 Home Basic
Web Browser:Chrome 37.0.2062.102
Applies to:Webclient
Status: Resolved (507.1256)

This issue has been resolved.
The web client doesn't seem to be able to use winset() to set the focus on the window. For example, pressing the Enter key in Zen should set the focus to the input bar in order to allow players to type messages in chat. Instead, nothing happens.
Can confirm. The webclient reference says that the "focus" parameter is currently limited. Does that mean giving focus with winset is just not supported yet?
winset(usr,null,"focus=[control]") ought to work according to the code, but the focus param isn't quite well defined yet. Can you show me a demo?
Demo

It seems you can use winset(usr,"input1","focus=true")
to set the focus in DS, or
winset(usr, null, "focus=input1")
to set the focus in the webclient, but neither of them works in the other.

Lummox JR resolved issue with message:
The focus skin parameter wasn't supported by controls, and winset(usr,null,"focus=...") failed for most controls.