Opened 7 years ago

Closed 7 years ago

#16839 closed Bug (wontfix)

Deleting marked header element leaves tag behind (IE/Edge only)

Reported by: Dennis Jakobsen Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

  1. Go to the demo page of ckeditor.com
  2. Make line after header bold (strong).
  3. Mark header and CUT (ctrl+x)
  4. Press delete to pull up bold line

Expected result

Should not affect styling of pulled up lines

Actual result

bold line pulled up acquires previously cut header elements tag

Other details (browser, OS, CKEditor version, installed plugins)

IE/Edge only on current ckeditor release

Change History (1)

comment:1 Changed 7 years ago by Jakub Ś

Keywords: IE Editor removed
Resolution: wontfix
Status: newclosed
Version: 4.6.2

The same test case can be reproduced in Chrome and in FF provided that you keep the cursor at the beginning of bold line and press backspace.

What is more this is how it works in native contenteditable elements which means that this is browser default behaviour.

The behaviour is consistent (except TC for Firefox) and I don't think it is a good idea trying to fight with it.

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