Skip to content

Commit

Permalink
Merge branch 't/11574'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 11, 2014
2 parents 662fc07 + 321cfbf commit 68a315d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -6,6 +6,7 @@ CKEditor 4 Changelog
Fixed Issues:

* [#8663](http://dev.ckeditor.com/ticket/8663): Fixed [`element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not clearing [`element.getName()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getName) cache.
* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed *Backspace* destroying DOM structure if inline editable is placed in list item.

## CKEditor 4.3.3

Expand Down
1 change: 0 additions & 1 deletion plugins/list/plugin.js
Expand Up @@ -859,7 +859,6 @@
if ( !range || !range.collapsed )
return;

path = new CKEDITOR.dom.elementPath( range.startContainer );
var isBackspace = key == 8;
var editable = editor.editable();
var walker = new CKEDITOR.dom.walker( range.clone() );
Expand Down

0 comments on commit 68a315d

Please sign in to comment.