Actions
Bug #85581
closedSelecting task in scheduler module breaks layout
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2018-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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).
Actions