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 to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to