Bug #71890
closedRTE iframe height > 1000 px in tabs
0%
Description
When you have a record with tabs and an RTE textarea element on more than one tab. Then the RTE elements which are not on the current tab will be way to long.
Example screenshots:
RTE on first screenshot (Tab which is open when you edit the record) has the normal expected height.
RTE on 2nd screenshot is abnormal long (>1000px).
TCA field configuration for these RTEs:
'config' => array( 'type' => 'text', 'eval' => 'trim,required', ), 'defaultExtras' => 'richtext[*]:rte_transform[mode=ts]'
This Issue appeared on Chrome 46.0.2490.86 (OSX) and Safari 9.0.1 (11601.2.7.2) (OSX).
It does not appear on Firefox
Files
Updated by Riccardo De Contardi almost 9 years ago
- Target version changed from 7 LTS to Candidate for patchlevel
Updated by Jo Hasenau over 8 years ago
- Status changed from New to Accepted
- Assignee set to Jo Hasenau
Updated by Guido S. about 8 years ago
Small notice from me:
Old configuration with "opening;;;richtext:rte_transform[mode=ts_links]" => Problem exists
New configuration with columnsOverrides* => Problem not exists
*https://docs.typo3.org/typo3cms/TCAReference/Reference/Types/Index.html#columnsoverrides
Updated by Christian Kuhn over 7 years ago
- Status changed from Accepted to Closed
richtext:rte_transform[mode=ts_links] has been finally dropped in v8 and i didn't recently see any height issues.