Actions
Bug #70062
closedIE11: Switching tabs, if both contain RTEs might result in unselectable content
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
Updated by Gerrit Code Review about 9 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
Updated by Gerrit Code Review about 9 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
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d03438c7ceb3c9ae2021f6eab275bc3d7910325c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions