Opened 8 years ago
Last modified 8 years ago
#16870 closed Bug
[IE] Backspace skips empty paragraphs — at Version 2
Reported by: | Tade0 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce
- Open http://tests.ckeditor.dev:1030/tests/plugins/widget/manual/block
- Put the caret at the start of the paragraph under the image widget(The spelling "Lenna"...).
- Hit backspace.
- Hit the enter key a few times.
- Hit backspace.
Expected result
One empty paragraph is removed.
Actual result
Widget is selected.
Other details (browser, OS, CKEditor version, installed plugins)
The error occurs because only in IE this method: http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-getPreviousEditableNode ignores empty paragraphs.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|