[ 
https://issues.apache.org/jira/browse/FLEX-25840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-25840.
----------------------------------

    Resolution: Not A Problem

Flash player issue not Flex SDK issue.
                
> [Flash Player 2751752] Text renders differently between Mac and Win 
> standalone players
> --------------------------------------------------------------------------------------
>
>                 Key: FLEX-25840
>                 URL: https://issues.apache.org/jira/browse/FLEX-25840
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Text
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>
>       Steps to reproduce:
> 1. Compile & run
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
>                               xmlns:s="library://ns.adobe.com/flex/spark"
>                               xmlns:mx="library://ns.adobe.com/flex/mx"
>                               
>                               height="800" width="1000"
>                               paddingTop="8" verticalGap="0">
>       
>       
>       <fx:Script>
>               <![CDATA[
>                       import mx.collections.*;
>                       import mx.controls.*;
>                       import mx.events.*;
>                       import mx.managers.*;
>                       
>                       public function initTextComponent():void
>                       {
>                               testText.htmlText = "This is a <b>Text</b> 
> component that contains <i>html</i><br>The <b>Slider</b> controls the alpha 
> of the <b>Image</b> instance.";
>                       }
>               ]]
>       >
>       </fx:Script>
>       
>       <mx:VBox>
>               <mx:Button 
> click="trace(Object(testText.getChildAt(0)).numLines)"/>
>               
>               <mx:Text id="testText" width="100" fontFamily="Verdana" 
> creationComplete="initTextComponent()" />
>       </mx:VBox>
> </mx:Application> 
> Result:
> Text breaks in different places on Mac & Win.  See attached screenshots.  
> Found in 10_2_151_34.
> Expected:
> Text shouldn't break differently.  This is a regression 10_2_150_103 doesn't 
> have the issue.
>     

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to