[TYPO3-core] FYI: several issues with backend.php fixed
Steffen Kamper
steffen at sk-typo3.de
Sat Jan 26 13:18:04 CET 2008
too fast :-)
"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag
news:mailman.1.1201349867.10311.typo3-team-core at lists.netfielders.de...
>
> "Francois Suter" <fsuter at cobweb.ch> schrieb im Newsbeitrag
> news:mailman.1.1201345137.16035.typo3-team-core at lists.netfielders.de...
>> Hi Ingo,
>>
>> Thanks for all these wonderful fixes.
>>
>>> * fixed bug #7222: When installing an extension that contains a new
>>> backend module the module menu is not refreshed anymore when using
>>> backend.php
>>> * fixed bug #7221: The currently active module is not highlighted
>>> anymore with the new backend.php
>>> * fixed bug #584: Changing language in user setup do not reload left
>>> frame (menu)
>>
>> There's one small thing however. When the left menu is reloaded (either
>> when installing a new extension or changing the language), the active
>> module's highlight is lost.
>>
>> Cheers
>>
>> --
>
> i can confirm this.
> I tried it with this line after Updater, but it doesn't work as expected:
>
this.highlightModule(this.currentlyHighlightedModuleId,this.currentlyHighLightedMainModule);
>
> btw: it would be very nice to smooth the expand/collapse of the left menu.
> Instead of toggle() i used
> if(state) {
> Effect.BlindUp(subModulesMenu);
> } else {
> Effect.BlindDown(subModulesMenu);
> }
> which looks and feels better for me.
>
> vg Steffen
>
More information about the TYPO3-team-core
mailing list