Skip to content

Commit

Permalink
Merge branch 't/11207'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jan 3, 2014
2 parents 8f9b8b2 + 58b35b9 commit f4c1b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,7 @@ CKEditor 4 Changelog

## CKEditor 4.3.2

* [#11207](http://dev.ckeditor.com/ticket/11207): [Firefox] Fixed: Misplaced Image2 resizer in inline editor.
* [#11102](http://dev.ckeditor.com/ticket/11102): `CKEDITOR.template` improvements:
* added new line character support ([#11102](http://dev.ckeditor.com/ticket/11102)),
* added "\\'" substring support ([#11216](http://dev.ckeditor.com/ticket/11216)).
Expand Down
1 change: 1 addition & 0 deletions plugins/image2/plugin.js
Expand Up @@ -33,6 +33,7 @@
'right:-5px;' +
'background:#000;' +
'outline:1px solid #fff;' +
'line-height:0;' +
'cursor:se-resize;' +
'}' +
'.cke_image_resizer_wrapper{' +
Expand Down

0 comments on commit f4c1b34

Please sign in to comment.