Actions
Bug #99737
closedUnable to scroll down vertically on Installer page to reach Continue button
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2023-01-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
Environment: Google Chrome Version 109.0.5414.119 on MacOS Ventura 13.2
TYPO3 12.1.3, vanilla installation
The second install screen does not scroll vertically. In an environment with lots of problems and a normal screen, it is not possible to scroll down to see the buttons "Scan environment again" or "Continue with errors".
Adding the follwing CSS would fix the issue:
body {
overflow-y: scroll;
}
Files
Updated by Chris Müller about 2 years ago
- Is duplicate of Bug #99661: Installer page does not scroll. added
Updated by Riccardo De Contardi almost 2 years ago
- Status changed from New to Closed
Updated by Riccardo De Contardi almost 2 years ago
- Status changed from Closed to New
Updated by Friedemann Altrock 8 months ago
Could not reproduce on 12.4.18
This was fixed in https://review.typo3.org/c/Packages/TYPO3.CMS/+/77161
Updated by Friedemann Altrock 8 months ago
- Is duplicate of Bug #99375: Scrolling not possible in GUI installer added
Actions