Actions
Bug #71890
closedRTE iframe height > 1000 px in tabs
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2015-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions