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
Commits
66b185c1
Commit
66b185c1
authored
7 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Fix the fullscreen dialog
parent
4e4614fb
No related branches found
No related tags found
1 merge request
!10
Typo3v8compatibility
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Classes/Form/Element/RichTextElement.php
+2
-1
2 additions, 1 deletion
Classes/Form/Element/RichTextElement.php
with
2 additions
and
1 deletion
Classes/Form/Element/RichTextElement.php
+
2
−
1
View file @
66b185c1
...
...
@@ -351,7 +351,8 @@ 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>'
;
// also fixes the fullscreen dialog
$result
[]
=
'<style>body{position:relative;}.mce-fullscreen{top: 65px;}</style>'
;
// The hidden field tells the DataHandler that processing should be done on this value.
$result
[]
=
'<input type="hidden" name="'
.
htmlspecialchars
(
$triggerFieldName
)
.
'" value="RTE" />'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment