Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinymce4_rte
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TYPO3
tinymce4_rte
Merge requests
!10
Typo3v8compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Typo3v8compatibility
typo3v8compatibility
into
master
Overview
0
Commits
20
Changes
1
Merged
Fabian Galinski
requested to merge
typo3v8compatibility
into
master
7 years ago
Overview
0
Commits
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4e4614fb
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4e4614fb
[BUGFIX] Fix scrolling toolbar elements
· 4e4614fb
Stefan Galinski
authored
7 years ago
Classes/Form/Element/RichTextElement.php
+
3
−
0
Options
@@ -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;" >';
Loading