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

1502 RTE timeout when laying out text

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache Flex 4.11.0
    • Apache Flex 4.12.0
    • None
    • None

    Description

      Sometime when laying out text a 1502 timeout occurs. Issue is in ScrollerLayout updateDidplayList in deciding to add scrollbars or not.

      This simple program shows the issue:

      <?xml version="1.0" encoding="utf-8"?>
      <s: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">

      <!-- Slowly slde down to zero to reproduce bug - can happen when about 2 or 3 characters wide -->
      <mx:Slider id="vslider" minimum="0" maximum="100" value="100" />
      <s:TextArea width="

      {vslider.value}

      " text="Apache Flex TLF bug"/>

      </s:Application>

      Attachments

        Activity

          People

            jmclean Justin Mclean
            jmclean Justin Mclean
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: