Re: TLF timeout

2014-02-12 Thread Alex Harui
Keep looking. I'm pretty sure there is at least one more that has the svn rev # of when I did put in the fix. Or try searching the logs. I'm pretty sure it is in the branch we donated. It was pretty invasive and risky. -Alex On 2/12/14 8:50 PM, "Justin Mclean" wrote: >Hi, >: > >> Yup, that

Re: TLF timeout

2014-02-12 Thread Justin Mclean
Hi, : > Yup, that scrollbar thing as been around forever. There should be some > existing bugs on it. Like this one: https://issues.apache.org/jira/browse/FLEX-33295 Any chance of obtaining that fix you mention in there? I tried a simple count how many times updateDisplayList is called in Scr

Re: TLF timeout

2014-02-12 Thread Alex Harui
Yup, that scrollbar thing as been around forever. There should be some existing bugs on it. On 2/12/14 8:27 PM, "Justin Mclean" wrote: >Hi, > >> Well, in general, the framework doesn't protect much against bad inputs. > >It setting the width to 20-30 that causes the issue not 0, I'd not call >t

Re: TLF timeout

2014-02-12 Thread Justin Mclean
Hi, > Well, in general, the framework doesn't protect much against bad inputs. It setting the width to 20-30 that causes the issue not 0, I'd not call that a bad input and it can happen at other width and text lengths as well it just that this manages to reproduce the issue easily enough. It t

Re: TLF timeout

2014-02-12 Thread Alex Harui
Well, in general, the framework doesn't protect much against bad inputs. Setting TextArea's width to 0 could be considered that, but we usually try to let width and height be 0 because effects often cause that to happen. So, it might be worth fixing, maybe just by detecting 0 and not doing anything

RE: TLF timeout

2014-02-12 Thread Michael A. Labriola
>private function updateCompositionShapes():void > { > for each (var controller:ContainerController in > controller) > controller.updateCompositionShapes(); > } Hmm. That's fun. It will end up doing nothing. Since th