I have a Flex 3 app where I have added a keyboard listener to the stage using capture (this was done in a component defined in a swc library) with the intent of getting all keyboard events that happen in the application. However, under certain circumstances (specifically when i click on a custom chart component), the event listeners will no longer fire until I click on other components _or_ I press the tab key.
I have tried setting the event listeners with a high priority number as well but they still don't fire. What kind of things could be causing this behaviour? -- Alistair Hutton

