Skip to content
Snippets Groups Projects
Commit 4e4614fb authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix scrolling toolbar elements

parent 2e2e1d8d
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -350,6 +350,9 @@ class RichTextElement extends AbstractFormElement {
}
$result = array();
// next line is required to fix the scrolling toolbar elements in the tinymce
$result[] = '<style>body{position:relative;}</style>';
// The hidden field tells the DataHandler that processing should be done on this value.
$result[] = '<input type="hidden" name="' . htmlspecialchars($triggerFieldName) . '" value="RTE" />';
// $result[] = '<div id="pleasewait' . $this->domIdentifier . '" class="pleasewait" style="display: block;" >';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment