Index: typo3/js/modulemenu.js =================================================================== --- typo3/js/modulemenu.js (Revision 8843) +++ typo3/js/modulemenu.js (Arbeitskopie) @@ -275,14 +275,16 @@ // keep backward compatibility top.list = TYPO3.Backend.ContentContainer; - top.nav = TYPO3.Backend.NavigationContainer; - top.list_frame = top.list.getIframe(); - top.nav_frame = top.nav.getIframe(); + top.nav = TYPO3.Backend.NavigationContainer; + top.list_frame = top.list.getIframe(); + top.nav_frame = top.nav.getIframe(); top.TYPO3ModuleMenu = TYPO3.ModuleMenu.App; top.content = { nav_frame: TYPO3.Backend.NavigationContainer.getIframe(), - list_frame: TYPO3.Backend.ContentContainer.getIframe() + list_frame: TYPO3.Backend.ContentContainer.getIframe(), + location: TYPO3.Backend.ContentContainer.getIframe().location, + document: TYPO3.Backend.ContentContainer.getIframe() } });