Opened 12 years ago
Last modified 11 years ago
#11221 confirmed Bug
Incorrect result of table/list deletion — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Open replacebycode sample.
- Using move select entire list ('Command module...').
- Press backspace/delete.
- Selection is placed between two paragraphs, directly in body.
This is caused by poor implementation in editable.js. See also http://dev.ckeditor.com/ticket/10055#comment:11.
It's a part of bigger task - complete custom backspace/delete handling.