Project

General

Profile

Actions

Bug #71890

closed

RTE iframe height > 1000 px in tabs

Added by Nicola Heisch over 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
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

detail_tab_one.png (41 KB) detail_tab_one.png RTE on first tab, normal height Nicola Heisch, 2015-11-27 16:09
detail_tab_two.png (39.7 KB) detail_tab_two.png RTE on 2nd tab, abnormal height Nicola Heisch, 2015-11-27 16:09

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #70242: rteHeight is ignoredClosedJo Hasenau2015-10-01

Actions
Related to TYPO3 Core - Bug #72033: Super long RTE in flexformsClosed2015-12-02

Actions
Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Target version changed from 7 LTS to Candidate for patchlevel
Actions #2

Updated by Jo Hasenau about 8 years ago

  • Status changed from New to Accepted
  • Assignee set to Jo Hasenau
Actions #3

Updated by Guido S. over 7 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

Actions #4

Updated by Christian Kuhn almost 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.

Actions

Also available in: Atom PDF