Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-23456

[TLF] TextFlowTextLineFactory.createTextLines called twice for "M" on windows XP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 3.5 (Release)
    • None
    • Layout - General
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Language Found: English

    Description

      Steps to reproduce:

      
      

      var text:String = "MERCI",
      letter:int=0,
      l:int = text.length;
      for (var i:int=0; i < l; i++)
      {
      var span: SpanElement = new SpanElement();
      span.text = text[i];
      textFactory.createTextLines( function( line:TextLine ):void

      { trace( 'span.text: ' + (span.text) ); }

      );
      }

      {/code}

      Actual Results:
      --> trace on WIN :
      M
      M
      E
      R
      C
      I

      Expected Results:
      --> trace on OSX :
      M
      E
      R
      C
      I

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: