You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/10/08 13:46:02 UTC

[GitHub] [royale-asjs] piotrzarzycki21 commented on issue #478: FocusManager.setFocus is throwing an exception

piotrzarzycki21 commented on issue #478: FocusManager.setFocus is throwing an exception
URL: https://github.com/apache/royale-asjs/issues/478#issuecomment-539521174
 
 
   I don't have solution for focus manager, but you are trying to place cursor inside TextInput. Try do this: 
   `this.searchText.element.focus();`.
   
   Remember that you may loose that focus once popup appear. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services