Space bar and arrow keys on Radio buttons trigger TypeError: Error #1009

Posted by Sr.Richie on Stack Overflow See other posts from Stack Overflow or by Sr.Richie
Published on 2012-09-27T11:15:39Z Indexed on 2012/09/30 15:37 UTC
Read the original article Hit count: 281

Filed under:
|
|

I've just discovered a bug in my app, it looks like a Flash player bug, i would like to know if anyone has found a workaround or something.

I've some radio buttons groups in my app. If I press the arrow keys while holding the spacebar pressed, it ends up triggering

  TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at fl.controls::LabelButton/drawIcon()
    at fl.controls::LabelButton/draw()
    at fl.controls::RadioButton/draw()
    at fl.core::UIComponent/callLaterDispatcher()

If found this thread that describes my same situation. Do you think there's any workaround for this? Is it really a flash bug?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about air