Bug #22739
closedWorkspace selector can't scroll when the list is long
0%
Description
In cases where there are many custom workspaces, the workspaces selector does not allow a user to switch to (e.g. click) a workspace that appears below the fold because no scrolling mechanism is present.
Confirmed on TYPO3 4.4.0beta2 with Firefox 3.6 and Internet Explorer 8
In my case, this affects only the administrator since the other authors have access to only one or two workspaces.
To see the bottom of the selector I shrunk my text to be unreadably small and then I was able to discover the Enable Frontend Preview link at the bottom of the workspace selector again. :-)
Workaround is to use the Workspace module > Workspace List and switch workspaces buttons from there, but it would be convenient to have the workspace selector include a scroll button of some sort.
(issue imported from #M14511)
Files
Updated by Phil almost 14 years ago
FIX:
Open typo3\classes\class.workspaceselector.php
replace line 195
$workspaceMenu[] = '<ul class="toolbar-item-menu" style="display: none;">';
with
$workspaceMenu[] = '<ul class="toolbar-item-menu" style="display: none; overflow: scroll; max-height: 400px;">';
Updated by Steffen Ritter almost 14 years ago
this issue is moved to the workspace bugtracker on forge,
see http://forge.typo3.org/issues/11014