Yury Butrymovich created FLEX-34864:
---------------------------------------
Summary: Label text becomes truncated if there is plus sign in it
Key: FLEX-34864
URL: https://issues.apache.org/jira/browse/FLEX-34864
Project: Apache Flex
Issue Type: Bug
Components: Spark: Label
Affects Versions: Apache Flex 4.14.0
Environment: Windows 7
Reporter: Yury Butrymovich
Priority: Minor
Steps to reproduce:
1. Compile and run attached MXML file.
Actual Results:
The text gets truncated after "+" character
Expected Results:
The text isn't truncated
----
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
>
<s:layout>
<s:VerticalLayout/>
</s:layout>
<s:VGroup width="350">
<s:Button id="button" width="100%"
content="jkqUP+e8Cu62ALgLjkqUPea8Cu62ALgLjkqUPea.aa8Cu62ALgLjkqUPe8Cu62ALgLjkqUPea8C"/>
<s:Label maxDisplayedLines="1"
text="jkqUP+e8Cu62ALgLjkqUPea8Cu62ALgLjkqUPea.aa8Cu62ALgLjkqUPe8Cu62ALgLjkqUPea8C"
width="100%" />
</s:VGroup>
</s:Application>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)