Project

General

Profile

Actions

Bug #22739

closed

Workspace selector can't scroll when the list is long

Added by Jill Peterson almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-05-28
Due date:
% Done:

0%

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

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

workspaces-cutoff.png (74.1 KB) workspaces-cutoff.png Administrator Admin, 2010-05-28 23:53

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #23661: Workspace drop down list will not scrollClosed2010-10-01

Actions
Actions #1

Updated by Phil over 13 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;">';

Actions #2

Updated by Steffen Ritter over 13 years ago

this issue is moved to the workspace bugtracker on forge,
see http://forge.typo3.org/issues/11014

Actions

Also available in: Atom PDF