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 2017/11/28 02:05:46 UTC

[GitHub] justinmclean opened a new issue #93: No easy cross platform way to set or unset focus on a Button

justinmclean opened a new issue #93: No easy cross platform way to set or unset focus on a Button
URL: https://github.com/apache/royale-asjs/issues/93
 
 
   There is no API or bead to set or unset focus on a Button.
   
   You can do this in JS:
   ```
               COMPILE::JS {
                   button.element.blur();
               }
               COMPILE::JS {
                   button.element.focus();
               }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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