Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: Japanese
Description
Steps to reproduce:
1. click "Button".
2. click ComboBox.
3. change TextInput.
Actual Results:
Alert window from ComboBox in click event is not centered.
Expected Results:
All alert window is placed in center of window.
Workaround (if any):
Call showAlert from a callLater() call:
<mx:ComboBox id="cb1" dataProvider="
{cards}" click="callLater(showAlert)"/>