Skip to content

Commit

Permalink
Merge branch 't/10975'
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Oct 31, 2013
2 parents 48da853 + 94ff9d2 commit 152e853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -6,6 +6,7 @@ CKEditor 4 Changelog
Fixed Issues:

* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: loading external jQuery when opening adapter sample from file.
* [#10975](http://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening color palette.

## CKEditor 4.2.2

Expand Down
3 changes: 3 additions & 0 deletions plugins/colorbutton/plugin.js
Expand Up @@ -70,6 +70,9 @@ CKEDITOR.plugins.add( 'colorbutton', {
path = editor.elementPath( block ),
color;

if ( !path )
return;

// Find the closest block element.
block = path.block || path.blockLimit || editor.document.getBody();

Expand Down

0 comments on commit 152e853

Please sign in to comment.