Bug #95689
closedCannot scroll textarea from IRRE
0%
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
Updated by Benni Mack about 3 years ago
Hey Xavier,
do you have an example TCA configuration for this?
Updated by Riccardo De Contardi over 2 years ago
- Category set to Backend User Interface
Updated by Georg Ringer 5 months ago
- Status changed from New to Closed
as this issue is rather old I am closing this after no feedback given
Updated by Xavier Perseguers 5 months 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.