Project

General

Profile

Actions

Bug #70062

closed

IE11: Switching tabs, if both contain RTEs might result in unselectable content

Added by Andreas Allacher over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-09-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Using IE11 if you have two tabs both with RTEs in Backend.
And now switch from the first to the second and back to the first, it will be impossible to Modify any fields in that tab.

The issue seems to be the following:

  77 //
  78 // Hotfix display tab-panes always to prevent RTE initialisation problems
  79 //
  80 .tab-content {
  81         > .tab-pane {
  82                 display: block;
  83                 height: 0;
  84                 overflow: hidden;
  85                 &.active {
  86                         height: auto;
  87                         overflow: visible;
  88                 }
  89         }
  90 }

After some tries I found out that it would work fine if not only height: 0 is used but also width: 0 and width: auto

Actions #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43529

Actions #2

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43529

Actions #3

Updated by Anonymous over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF