Opened 11 years ago
Last modified 10 years ago
#11221 confirmed Bug
Incorrect result of table/list deletion
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
- Open replacebycode sample.
- Using mouse select entire list ('Command module ... on the Moon').
- Press backspace/delete.
- Selection is placed between two paragraphs, directly in body (you can see that on elements path).
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.
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.0 |
Problem can be reproduced from CKEditor 4.0 (works fine in beta).
Just load the sample scroll down to lists that starts with "Command Module" words and apply TC steps. Element's path will show only body element and browser's dev-tools will confirm this because there is no element (like paragraph) to select.