Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1.set LayoutDirection to rtl in the Application
2.create titleWindow
3.PopUpManager.centerPopUp(titleWindow);
Actual Results:
Expected Results: popupWindow should be in center of visible stage
Workaround (if any):
_titleWindow.x = (stage.width - _titleWindow.width)/2;
_titleWindow.y = (stage.height - _titleWindow.height)/2;