Bug #18121
closedworkspace selector doesn't work well
0%
Description
using new backend.php (trunk 3069):
change workspace via the top selector.. i get the nav frame and the content frame alone (disappears the menu and top frame)
the url typo3 gets is (if i have list module as startup module):
(issue imported from #M7392)
Updated by Stefano Cecere almost 17 years ago
re-checked: i get this problem on FF 2, Safari 3 works well
Updated by Ingo Renner almost 17 years ago
I have this problem too, but unfortunately don't know what causes it...
Updated by Steffen Kamper almost 17 years ago
found the problem
in alt_shortcut.php, line 272
function changeWorkspace(workspaceId) { //
window.location.href="alt_shortcut.php?changeWorkspace="+top.rawurlencode(workspaceId);
}
function changeWorkspacePreview(newstate) { //
window.location.href="alt_shortcut.php?changeWorkspacePreview="+newstate;
}
Updated by Steffen Kamper almost 17 years ago
no i didn't :(
it first loads backend.php, then it makes the window reload. backend.php redirect to backend.php, so it must be something with index_ws
$this->content .= $this->doc->wrapScriptTags('top.location.href="' . $BACK_PATH . t3lib_BEfunc::getBackendScript() . '";');
but this should deliver backend.php also?
hmm ...