Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Use this in main application file:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
<mx:Label text="MXLABEL סֵפֶר مدرسة" fontSize="20" direction="rtl" x="53" y="65" width="321"/>
<mx:Button label="MXLABEL סֵפֶר مدرسة" fontSize="20" direction="rtl" x="53" y="117" width="321"/>
</mx:Application>
2. Compile with -theme += <Path to MXFTEText.css> flag
3. Run the application
Actual Results:
See screenshot.
Expected Results:
The texts should be fully shown in the components.
Workaround (if any):