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 2020/07/29 07:22:42 UTC

[GitHub] [royale-asjs] paul-uulabs commented on issue #890: Disable keydown event on Table

paul-uulabs commented on issue #890:
URL: https://github.com/apache/royale-asjs/issues/890#issuecomment-664986556


   FYI, I created a dummy IBeadController which I assigned to the controller in the TableItemRenderer... this throws an error, but the TextInput can now receive events.
   
   ```
   KeyConverter.js:163 Uncaught Error: Unknown Key Code: 0
       at Function.org.apache.royale.events.utils.KeyConverter.convertKeyCode (KeyConverter.js:163)
       at Function.org.apache.royale.events.utils.KeyboardEventConverter.convert (KeyboardEventConverter.js:53)
       at org.apache.royale.html.beads.DispatchKeyboardEventBead.keyEventHandler (DispatchKeyboardEventBead.js:51)
       at org.apache.royale.jewel.Table.org.apache.royale.core.ElementWrapper.dispatchEvent (ElementWrapper.js:245)
       at org.apache.royale.html.beads.DispatchKeyboardEventBead.keyEventHandler (DispatchKeyboardEventBead.js:52)
   ```


----------------------------------------------------------------
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