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:
[email protected]