Skip to content

Commit

Permalink
Update TinyMCE to v4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Jun 1, 2017
1 parent 8e3bf04 commit 746ce30
Show file tree
Hide file tree
Showing 14 changed files with 290 additions and 158 deletions.
2 changes: 1 addition & 1 deletion grunt-settings.yaml
Expand Up @@ -32,7 +32,7 @@ vendors:
'version': '1.4.1'
'dependencies': ''
'tinymce':
'version': '4.6.2'
'version': '4.6.3'
'dependencies': ''
'awesomplete':
'version': '1.1.1'
Expand Down
2 changes: 1 addition & 1 deletion media/editors/tinymce/js/plugins/dragdrop/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion media/editors/tinymce/js/tinymce-builder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion media/editors/tinymce/js/tinymce.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions media/vendor/tinymce/changelog.txt
@@ -1,3 +1,10 @@
Version 4.6.3 (2017-05-30)
Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.
Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.
Fixed bug where image editing didn't work on subsequent edits of the same image.
Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.
Fixed bug where the default image upload handler only accepted 200 as a valid http status code.
Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.
Version 4.6.2 (2017-05-23)
Fixed bug where the SaxParser would run out of memory on very large documents.
Fixed bug with formatting like font size wasn't applied to del elements.
Expand Down
9 changes: 6 additions & 3 deletions media/vendor/tinymce/plugins/charmap/plugin.js
Expand Up @@ -564,14 +564,17 @@ define(
minWidth: 140,
minHeight: 80
},
{
type: 'spacer',
minHeight: 20
},
{
type: 'label',
name: 'previewTitle',
text: ' ',
style: 'text-align: center',
style: 'white-space: pre-wrap;',
border: 1,
minWidth: 140,
minHeight: 80
minWidth: 140
}
]
}
Expand Down

0 comments on commit 746ce30

Please sign in to comment.