Opened 10 years ago

Closed 10 years ago

#12121 closed Bug (expired)

Unable to delete non editable element in IE8

Reported by: Irina Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.1
Keywords: IBM Cc: Satya Minnekanti, Christophe Guillou

Description

Steps to reproduce:

  1. Open Full Page Editing
  2. Delete all content in the editor
  3. Copy following into Source tab:
<span contenteditable="false"><a href="https://test.com">test</a></span>
  1. Switch back to Rich Text editing
  2. Copy link from left to right
  3. Press Backspace

Result: Link not deleted

If you will select the same link form right to left then backspace will delete it.

Change History (3)

comment:1 Changed 10 years ago by Jakub Ś

Status: newconfirmed
Version: 4.4.2 (GitHub - master)3.3.1

This one took me while to reproduce:

  1. First problem was fixed #5562
  2. Next there was fix presented in #5801. This fix has broken moving cursor behind non-editable element.
  3. Next after rev. [7374] selecting and deleting non-editable element with Backspace key acted as Browser Back Button.
  4. Finally after rev. [7600] "back button" behaviour was changed to not deleting anything like in TC mentioned by @irina.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Status: confirmedpending

I think that this ticket should be closed for the same reason as #12128. Since CKEditor 4.3 widget system should be used to handle non-editable content inside editor.

However, I anticipate that you haven't used widget system for a reason. Could you elaborate more on that?

comment:3 Changed 10 years ago by Piotrek Koszuliński

Resolution: expired
Status: pendingclosed
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