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 Piotrek Koszuliński)

  1. Open replacebycode sample.
  2. Using mouse select entire list ('Command module ... on the Moon').
  3. Press backspace/delete.
  4. 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 Piotrek Koszuliński

Description: modified (diff)

comment:2 Changed 10 years ago by Jakub Ś

Status: newconfirmed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy