paul-uulabs opened a new issue #890: URL: https://github.com/apache/royale-asjs/issues/890
I have made a TableItemRenderer with a TextInput so it is possible to edit Table values. My implementation was working before upgrading to 0.9.7... but now it seems there is a keydown event on the Table level (which allows, I think, for arrow keys to select table cells) that is blocking the TextInput. I can select the input but cannot edit it. My question is: is there a way to disable the keydown event listener on the Table which, I think, is the problem? ---------------------------------------------------------------- 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]
