Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Add listener to stage in Application class.
2. Create button to swap fullscreen display states.
3. Publish.
Actual Results:
Button click swaps to fullscreen mode but my listener handler is not being triggered. This function should display the state on the button handler. I'm wondering if the event is triggered elsewhere?
Just a note to say that if I use the Mate framework I can catch the FullscreenEvent.FULL_SCREEN event except it doesn't trigger when you press the ESCAPE key.