Task #88096
closedFix scroll behaviour of "Uncaught Exceptions" in backend
100%
Description
In the TYPO3 Backend of version 8, the iframe page (id "typo3-contentIframe") is not scrollable, when an "uncaught exception" is thrown and its content exceeds the page. The simplest way to fix this behavior seems to be by adding 3 CSS rules to the very first div element after the body tag in the iframe page (right, max-height and overflow; "right" is needed to enable horizontal scrolling).
This solution is not perfect, when it comes to horizontal scrolling - but better than the current situation.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/164
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
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/c/Packages/TYPO3.CMS/+/60410
Updated by Riccardo De Contardi over 5 years ago
Updated by Gerrit Code Review over 5 years ago
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/+/60410
Updated by Gerrit Code Review over 5 years ago
Patch set 3 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/+/60410
Updated by Riccardo De Contardi over 5 years ago
- Category set to Backend User Interface
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0fa9faa83b72de4f0a5e32611f72f523e319641f.