Project

General

Profile

Actions

Bug #95689

closed

Cannot scroll textarea from IRRE

Added by Xavier Perseguers over 2 years ago. Updated 12 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-10-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If your TCA has an IRRE with a field being a textarea, you cannot scroll that textarea since there's a CSS class that makes

overflow: hidden

which prevents that.

Editing the IRRE record on its own shows no problem, only when editing in the context of the parent record.

Browser: latest Chrome on macOS

Actions #1

Updated by Benni Mack over 2 years ago

Hey Xavier,

do you have an example TCA configuration for this?

Actions #2

Updated by Riccardo De Contardi about 2 years ago

  • Category set to Backend User Interface
Actions #3

Updated by Georg Ringer 13 days ago

  • Status changed from New to Closed

as this issue is rather old I am closing this after no feedback given

Actions #4

Updated by Xavier Perseguers 12 days ago

Based on the description, I just tried to edit TCA for sys_file_reference in EXT:core to read:

'description' => [
    ...
    'config' => [
        'type' => 'text',
        'enableRichtext' => true,
        ...
    ]
]

When editing, e.g., a news with a media attached, the description is now a richtext editor and we are in the context of an IRRE.

Running the latest TYPO3 v11, I cannot reproduce that bug anymore, so it must have been fixed in the mean time.

Actions

Also available in: Atom PDF