Bug #11014
closedWorkspace selector can't scroll when the list is long
100%
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
Updated by Steffen Ritter almost 14 years ago
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;">';
Updated by Steffen Ritter almost 14 years ago
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).
Updated by Tolleiv Nietsch almost 14 years ago
- Target version changed from 4.4.7 to 4.6
Updated by Stefan Neufeind over 13 years ago
Has this been considered again lately?
Updated by Stefan Neufeind almost 13 years ago
- TYPO3 Version changed from 4.6 to 4.4
Updated by Oliver Hader over 11 years ago
- Target version changed from 4.6 to next-patchlevel
Updated by Oliver Hader over 11 years ago
- File 11014_before.png 11014_before.png added
- File 11014_after.png 11014_after.png added
Before:
After:
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22402
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21912
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21912
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22652
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22653
Updated by Stefan Neufeind over 11 years ago
Fixed in next releases for 6.x. Won't have this for 4.x anymore.
Updated by Georg Ringer over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6d27f02a64361cde6519c88b84796ef9ec37f446.
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces