Skip to content

Commit 68a315d

Browse files
committed
Merge branch 't/11574'
2 parents 662fc07 + 321cfbf commit 68a315d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CKEditor 4 Changelog
66
Fixed Issues:
77

88
* [#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.
9+
* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed *Backspace* destroying DOM structure if inline editable is placed in list item.
910

1011
## CKEditor 4.3.3
1112

plugins/list/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@
859859
if ( !range || !range.collapsed )
860860
return;
861861

862-
path = new CKEDITOR.dom.elementPath( range.startContainer );
863862
var isBackspace = key == 8;
864863
var editable = editor.editable();
865864
var walker = new CKEDITOR.dom.walker( range.clone() );

0 commit comments

Comments
 (0)