Re: Fix for infinite loop/RTE 1502 when resizing text

2014-02-18 Thread Justin Mclean
Hi,, It may possibly it only fix one of the conditions when it occurs. eg when a scroll bar is added and then it checks to see if can add the other and it doesn't fit so it removes it and that causes an infinite loop. It does however stop the RTE from happening in the simple sample app I posted

RE: Fix for infinite loop/RTE 1502 when resizing text

2014-02-17 Thread Alex Harui
r tests pass. -Alex From: Justin Mclean Sent: Monday, February 17, 2014 3:08 PM To: dev@flex.apache.org Subject: Fix for infinite loop/RTE 1502 when resizing text Hi, Just check in a work around for the adding/removing scrollbar infinite loop. The checkin tests

Fix for infinite loop/RTE 1502 when resizing text

2014-02-17 Thread Justin Mclean
Hi, Just check in a work around for the adding/removing scrollbar infinite loop. The checkin tests, Scroller, DropDown and RichText mustella tests pass. Someone mind reviewing it and seeing if it's a good solution. Basically I change the code to count how many times updateDislayList is calls