Bug #11014
closed
Workspace selector can't scroll when the list is long
Added by Steffen Ritter almost 14 years ago.
Updated about 6 years ago.
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.x with Firefox 3.6 and Internet Explorer 8
Files
Suggestion by Phil:
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;">';
Talked to Steffen G.:
Will put proposed CSS to t3skin and check with browsers (probably for all headermenus - check with benni)
need to find a ie6 solution (probably JS).
- Target version changed from 4.4.7 to 4.6
Has this been considered again lately?
Steffen, any news on this?
- TYPO3 Version changed from 4.6 to 4.4
- Target version changed from 4.6 to next-patchlevel
Before:
After:
- Status changed from Accepted to Under Review
Fixed in next releases for 6.x. Won't have this for 4.x anymore.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Category changed from Bugs to Workspaces
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Status changed from Resolved to Closed
Also available in: Atom
PDF