[TYPO3-core] RFC #11562: Bug: Main module does not load different navFrames in submodules.
Christian Kuhn
lolli at schwarzbu.ch
Sat Feb 20 17:44:07 CET 2010
Erik Frister wrote:
> 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.
+1 on testing, well done!
Thanks
Christian
More information about the TYPO3-team-core
mailing list