Actions
Bug #77827
closedTCA SVG tree container is getting too large
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-09-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions