Bug #88480
openRTEs should support nullable fields
0%
Description
Hi guys,
with T3 7 LTS and rtehtmlarea I have used the nullable feature among others for RTE fields. Now, once upgraded to 8 LTS I noticed the lack of this feature for RTEs. When disabling the RTE feature the checkbox is shown again.
Chris Wolff suggested it may be that this feature has been removed from several locations as editors could not handle it properly. Not said it's the actual cause. However, in any case I consider it as a bug and if it's not a bug to re-add it t CKEditor.
Starting point at Slack: https://typo3.slack.com/archives/C07UX061G/p1558711711001600
See attachment "image.png" for how it looked in T3 7 LTS.
For what it's worth, here is my TCA config for the RTE field:
<?php
$field['config'] => [
'type' => 'text',
'cols' => 40,
'rows' => 15,
'eval' => 'null,trim',
'default' => null,
'enableRichtext' => true,
];
Looking forward to hear from you.
Best regards
Alex
Files
Updated by Simon Schaufelberger over 3 years ago
- Related to Bug #94158: Select type selectSingle fields (and likely other renderTypes too) do not support eval=null added
Updated by Simon Schaufelberger over 3 years ago
This commit dropped the nullable feature: https://github.com/TYPO3/TYPO3.CMS/commit/84be5e616b5373ac7ba57edf2d3cd61251dc6f97#diff-bd96db30f03f9ad888cc42f001e1cc3183de6457df03f96328efa826a9c4ac21