[TYPO3-core] RFC #5500: Feature: Load Inline Elements On Demand
Harald Glaser
harald.glaser at creative.co.at
Wed Jan 13 15:33:04 CET 2010
Hi Susanne!
I checked the code and could not find any connection to my patch - the
js-error regards an element which is rendered elsewhere and should not
be affected by my changes.
The only possible influence I see: maybe some unbalanced <div>-tags are
generated (although I rechecked the code for this). Could you mail me a
copy of the source code of the page with this error?
Br,
Harald
Am 12.01.2010 19:37, schrieb Susanne Moog:
> Hey,
>
> Am 12.01.2010 14:40, schrieb Harald Glaser:
>> This is an SVN patch request.
>>
>> Type: New feature
>>
>> Bugtracker reference:
>> http://bugs.typo3.org/view.php?id=5500
>>
>> Branches: 4.3, trunk
>>
>> Problem:
>> While editing records based on IRRE the current behaviour is to load all
>> elements at once even though the tabs containing the elements are closed.
>>
>> Solution:
>> Load all collapsed records dynamically via AJAX only when they are
>> expanded.
>>
>> Notes:
>> In this implementation, ajaxLoading is now enabled by default.
>> It can be disabled for a specific item by using "appearance.ajaxLoad =
>> 0" in TCA.
>
> this sounds very promising for the performance of IRRE :) Unfortunately
> I get a JS error after applying your patch and all elements refuse to open:
>
> Error: document.getElementById(DTM_array[idBase][cnt] + "-DIV") is null
> Source: http://stardustdev/typo3/js/tabmenu.js
> Line: 37
>
> This happens in FF3 even after clearing TYPO3 and browser cache.
>
> Best regards,
>
> Susanne
More information about the TYPO3-team-core
mailing list