[TYPO3-core] RFC: #17407: Pagetree cause endless loop in ExtJS events

Steffen Kamper info at sk-typo3.de
Sun Jan 30 23:18:11 CET 2011


Hi Steffen,

Am 30.01.2011 22:32, schrieb Steffen Gebert:
>> i can't follow your problem. The patch also calls the doLayout, but only
>> once. Please set a breakpoint there and verify.
>
> Hi Steffen,
>
> yes, doLayout is called, but nothing happens.
>
> After changing the module (e.g. from Page to List), then the tree is
> shown. It never works in the first module.
>
> Possible that this is again some race-condition?
>

i've seen your effect once, but never again.
There is no more race condition. I admit that it is called the other way 
around. Normally you do this:

* create component
* add items
* doLayout()

so you never call the doLayout from child item. I will follow the line 
to find out why this is missing in parent component.

vg Steffen


More information about the TYPO3-team-core mailing list