Project

General

Profile

Actions

Bug #79907

closed

Install Tool Overview Scrollable

Added by Kevin Ditscheid almost 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
Category:
Install Tool
Target version:
-
Start date:
2017-02-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The Overview Page of the Install Tool is horizontally scrollable. This would be fine, if my screen would be actually to small, but it isn't. On top of that, the menu isn't moving alongside the content, but stays at place and the content floats on top of the menu. I provided a screenshot, it is a fresh composer Installation of TYPO3 8.6 on an nginx with PHP7.1 on an Ubuntu 16.04. My Browser is a Firefox 51.0.1 (64-bit)


Files

Actions #1

Updated by Riccardo De Contardi almost 8 years ago

I think that it happens when you open phpinfo because the content can become too large - see attached screenshot

My solution: add to the tables the following css:

table-layout: fixed;
overflow: hidden;
word-wrap: break-word;
width: 100%;
Actions #2

Updated by Henrik Elsner over 7 years ago

  • Status changed from New to In Progress
  • Assignee set to Henrik Elsner

i can confirm: the problem only occurs in "system environment" when phpinfo is shown
Riccardos styling advices will be a good first attempt - let's see if it's already the solution.
I take care of that.

Actions #3

Updated by Gerrit Code Review over 7 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52512

Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52512

Actions #5

Updated by Gerrit Code Review over 7 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52550

Actions #6

Updated by Henrik Elsner over 7 years ago

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

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF