Actions
Bug #89406
closedTypoScript Object browser - lines can go outside the TSOB box
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-10-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
1) Switch to TSOB > Setuo
2) select a node with a very long definition or comment (you can uncheck "crop lines") and expand it- for example lib.parseFunc_RTE.externalBlocks
3) Reduce the window's width if necessary
Results: see attached screenshot:
The problem relies on the CSS white-space:nowrap
property assigned to .list-tree-group
- maybe it could be replaced with word-break:break-all
? (I don't remember if Firefox supports it); Alternatively, an overflow-x:auto
could be added to the box itself.
Affects also TYPO3 7.6.x and 8.7.x but is solved on 10.x
Files
Actions