[
https://issues.apache.org/jira/browse/FLEX-34090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-34090.
----------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex 4.12.0
Check in develop branch and now all tests pass.
> 1502 RTE timeout when laying out text
> -------------------------------------
>
> Key: FLEX-34090
> URL: https://issues.apache.org/jira/browse/FLEX-34090
> Project: Apache Flex
> Issue Type: Bug
> Affects Versions: Apache Flex 4.11.0
> Reporter: Justin Mclean
> Assignee: Justin Mclean
> Fix For: Apache Flex 4.12.0
>
>
> 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>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)