Project

General

Profile

Actions

Bug #89406

closed

TypoScript Object browser - lines can go outside the TSOB box

Added by Riccardo De Contardi over 4 years ago. Updated over 4 years ago.

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

cattura.png (66 KB) cattura.png Riccardo De Contardi, 2019-10-13 17:29

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #89405: Disable TypoScript object browser "crop lines" per defaultClosed2019-10-13

Actions
Related to TYPO3 Core - Task #87141: TypoScript Object Browser: better presentation of wide linesClosed2018-12-13

Actions
Actions #1

Updated by Riccardo De Contardi over 4 years ago

  • Related to Bug #89405: Disable TypoScript object browser "crop lines" per default added
Actions #2

Updated by Riccardo De Contardi over 4 years ago

  • Description updated (diff)
Actions #3

Updated by Riccardo De Contardi over 4 years ago

Solved on 10.x with:

.tstemplate-tsobjectbrowser-content {
    overflow-x: auto;
}
Actions #4

Updated by Riccardo De Contardi over 4 years ago

Solved on 10.x with #87141 (https://review.typo3.org/c/Packages/TYPO3.CMS/+/59130/) please close if it will not be backported.

Actions #5

Updated by Riccardo De Contardi over 4 years ago

  • Related to Task #87141: TypoScript Object Browser: better presentation of wide lines added
Actions #6

Updated by Riccardo De Contardi over 4 years ago

  • Status changed from New to Closed

- Already solved for version 10
- Won't be backported
--> Closing it.

Actions

Also available in: Atom PDF