Actions
Bug #74123
closedStory #69617: FormEngine bugs
RTE with useOrOverridePlaceholder set to null freezes window on load
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-03-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using an RTE as Override field with useOrOverridePlaceholder and the value is null (not override active) the window freezes (in Firefox sometime later then there comes a stop script message)
The same issue existed with tabs when they were set to display: none, which is why the solution there was
to set them to
overflow: hidden, height: 0, width: 0
instead by adding and removing a CSS class.
It needs both height and width to work correctly in IE11.
Maybe the same would work here too.
Actions