Project

General

Profile

Actions

Bug #18121

closed

workspace selector doesn't work well

Added by Stefano Cecere over 16 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-02-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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):

http://localhost/mysite/typo3/alt_mod_frameset.php?fW=0&nav=/mysite/typo3/alt_db_navframe.php%3F&script=db_list.php&id=

(issue imported from #M7392)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #18203: Firefox 3.0 mixes up frames (TYPO3 4.2 and later)ClosedIngo Renner2008-02-13

Actions
Has duplicate TYPO3 Core - Bug #18138: Workspace switch in new backend refresh to wrong urlClosedOliver Hader2008-02-06

Actions
Actions #1

Updated by Stefano Cecere over 16 years ago

re-checked: i get this problem on FF 2, Safari 3 works well

Actions #2

Updated by Ingo Renner over 16 years ago

I have this problem too, but unfortunately don't know what causes it...

Actions #3

Updated by Steffen Kamper over 16 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;
}

Actions #4

Updated by Steffen Kamper over 16 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 ...

Actions #5

Updated by Ingo Renner over 16 years ago

fixed in SVN revision 3155

Actions

Also available in: Atom PDF