Bug #85581
closedSelecting task in scheduler module breaks layout
0%
Description
When the task list reaches a certain length (e.g. at a task count of around > 15) and you click the checkbox on the left of one of the lower tasks, the whole content moves up and partly out of the visible area.
Depending on how far at the bottom the selected task is the content moves so far out of the screen that it's not visible anymore at all.
Extending the CSS by adding "position: relative;" to the class t3js-module-body was one way to solve this.
Checked in various TYPO3 8 versions (8.7.10, 8.7.12, 8.7.16, 8.7.17).
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 2 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/c/Packages/TYPO3.CMS/+/60441
Updated by Daniel Goerz about 5 years ago
- Status changed from Under Review to Rejected
TYPO3 8.7 is in critical bug fix mode and unfortunately this does not qualify. Therefore the patch was abandoned.