Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
Project settings: SDK 4.1 with compatibility Mode - MX Only
1. Display a TitleWindow containing text (embedded fonts) using the PopupManager (addPopup)
2. It will display with a RTL direction (wrong)
3. Display the same TitleWindow in the application displaylist
4. The default layoutDirection is LTR (good).
Actual Results: Different default layoutDirections
Expected Results: Default value should be LTR in both PopupManager and Application.
Workaround (if any): specify the layoutDirection to LTR in each TitleWindow instance that are displayed using the popupmanager.
Test Project Attached