Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1. Create Flex Project in Flash Builder
2. Create RichText component in the application
<s:RichText id="testText" fontSize="20" width="100%" height="100%">
<s:content>
<s:span fontWeight="bold" direction="ltr" fontSize="14">Pattern 1:
</s:span>
<s:span fontWeight="bold" direction="ltr" color="#0070C0" fontSize="14"></s:span>
<s:span fontWeight="bold" color="#0070C0" direction="rtl" fontSize="20">ی </s:span>
<s:span fontWeight="bold" direction="ltr" fontSize="14">___ ←
</s:span>
<s:span fontWeight="bold" direction="ltr" fontSize="14">Pattern 2:
</s:span>
<s:span fontWeight="bold" direction="ltr" color="#0070C0" fontSize="14"></s:span>
<s:span fontWeight="bold" color="#0070C0" direction="rtl" fontSize="20">ید </s:span>
<s:span fontWeight="bold" direction="ltr" fontSize="14">___ ←
</s:span>
<s:span fontWeight="bold" direction="ltr" color="#0070C0" fontSize="14"></s:span>
<s:span fontWeight="bold" color="#0070C0" direction="rtl" fontSize="20">ی </s:span>
<s:span fontWeight="bold" direction="ltr" fontSize="14">___ ←
</s:span>
</s:content>
</s:RichText>
3. Launch
Screen result is on attachment
Expect result:
Pattern 1: ی___ ← Pattern 2: <the same as pattern one>