Bug #77827
closedTCA SVG tree container is getting too large
100%
Description
Can be reproduced in Chrome and Firefox (see Screenshot).
The svg-tree-wrapper
container gets a height of 5600 Pixels.
A workaround is setting a defined size for the field:
$GLOBALS['TCA']['sys_category']['columns']['parent']['config']['size'] = 10;
Files
Updated by Sascha Egerer about 8 years ago
- Description updated (diff)
- Status changed from New to Accepted
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted 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/49828
Updated by Gerrit Code Review about 8 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/49828
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49828
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49828
Updated by Sascha Egerer about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset baa5f12e48bb33e1a7019e04b6ceabdafed74e4a.
Updated by Benni Mack over 3 years ago
- Related to Bug #85686: svg-tree-wrapper fixed height added