[TYPO3-core] RFC #11562: Bug: Main module does not load different navFrames in submodules.

Erik Frister ef at aijko.de
Sat Feb 20 17:35:20 CET 2010


This is a SVN patch request.

Type:
Bugfix

BT reference:
http://bugs.typo3.org/view.php?id=11562

Branches:
trunk, 4.3

Problem:
Changing the submodule does not always reload the navigation frame. All 
submodules share the same navigation frame, which results in problems 
for extensions that use different navigation frames for different 
submodules (e.g. commerce, dam and dam_catedit). This is because only 
the url of the last loaded submodule of the extension is used as the 
general navFrame url when comparing the last loaded navFrame URL to the 
new url.

Solution:
Declare the module url for the navFrame before checking if a certain 
submodule uses it's own navFrame. Then have the submodule overwrite the 
navFrame URL when it is clicked.

Note:
This approach ensures that the navFrame is not reloaded when submodules 
(e.g. web > ...) use the same navFrame, but still enables submodules to 
have their own navFrame.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 11562_v1.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100220/28873cd0/attachment-0001.asc>


More information about the TYPO3-team-core mailing list