ID:1668928
Aug 29 2014, 1:37 pm
|
|||||||||||||
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.
|
Sep 8 2014, 2:25 am
|
|
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. |