Project

General

Profile

Actions

Bug #11014

closed

Workspace selector can't scroll when the list is long

Added by Steffen Ritter over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Workspaces
Target version:
Start date:
2010-11-22
Due date:
% Done:

100%

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.x with Firefox 3.6 and Internet Explorer 8


Files

workspaces-cutoff.png (74.1 KB) workspaces-cutoff.png Workspace Cutoff by Jill Anderson Steffen Ritter, 2010-11-22 21:30
New_Picture.jpg (144 KB) New_Picture.jpg Situation by Phil Steffen Ritter, 2010-11-22 21:30
11014_before.png (57.3 KB) 11014_before.png Oliver Hader, 2013-07-18 18:21
11014_after.png (57.4 KB) 11014_after.png Oliver Hader, 2013-07-18 18:21

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Task #49677: Improve workspace selector in toolbarClosed2013-07-05

Actions
Actions #1

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

Actions #2

Updated by Steffen Ritter over 13 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).

Actions #3

Updated by Tolleiv Nietsch over 13 years ago

  • Target version changed from 4.4.7 to 4.6
Actions #4

Updated by Stefan Neufeind almost 13 years ago

Has this been considered again lately?

Actions #5

Updated by Stefan Neufeind over 12 years ago

  • TYPO3 Version set to 4.6

Steffen, any news on this?

Actions #6

Updated by Stefan Neufeind over 12 years ago

  • TYPO3 Version changed from 4.6 to 4.4
Actions #7

Updated by Oliver Hader almost 11 years ago

  • Target version changed from 4.6 to next-patchlevel
Actions #9

Updated by Gerrit Code Review almost 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

Actions #10

Updated by Gerrit Code Review almost 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

Actions #11

Updated by Gerrit Code Review almost 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

Actions #12

Updated by Gerrit Code Review almost 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

Actions #13

Updated by Gerrit Code Review almost 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

Actions #14

Updated by Stefan Neufeind almost 11 years ago

Fixed in next releases for 6.x. Won't have this for 4.x anymore.

Actions #15

Updated by Georg Ringer almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #16

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #17

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #18

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF