Stage KEY_UP event does not bubble back

By axonn | Jul 6, 2009

actionscript3

Hi everybody. Do you have any idea why I have to click the stage for this event handler to execute?

stage.addEventListener(KeyboardEvent.KEY_UP, Stage_KEY_UP);

Stage_KEY_UP will not execute unless I click the stage once with the mouse.

KeyboardEvent.KEY_UP => should bubble back (according to Adobe documentation). That is -> even if I press the key in a child, the event SHOULD arrive on the stage.

actionscript3

Please reply at our Forum

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 ActionScript 3.0