Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
1. Create a test application with a popup window. The popup window has a default button.
Or use the same test app as show in bug SDK-14270 (https://bugs.adobe.com/jira/browse/SDK-14270)
2. Open the popup window
3. Hit Enter
Actual Results:
Nothing happens
Expected Results:
Window should close since the close button is set as the defaultButton in the TitleWindow
Workaround (if any):
In the TitleWindow creationComplete event, set the focus to the button you have chosen as your default button.