Basically, if you use winset to focus an input, it won't actually focus it, just sort of highlight it with a border.
Code Snippet (if applicable) to Reproduce Problem:
winset(usr,null,"default.name.focus=true")
Expected Results:
It should allow me to type as soon as it's focused.
Actual Results:
Just highlights it with a selected border or something.