Opened 9 years ago

Closed 9 years ago

#13809 closed Bug (invalid)

Backspace

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

Description

Steps to reproduce

  1. Go to : http://ckeditor.com/demo
  2. put cursor in on the beginnig of the second line (body / p / bold) - before Apollo 11
  3. press backspace

Expected result

Newline should be deleted, text on the left side of cursor shoud be h1, text on the right side of the cursor should be paragraph

Actual result

Text on the right side of the cursor gets h1 style

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

Chrome, FF, Win8, other info - CkEditor demo site

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: backspace style removed
Resolution: invalid
Status: newclosed
Version: 4.5.4

This is how browser works. Please try below code in HTML page. You will get same result with no CKEditor used.

<div style="margin:20px; border:1px solid black; width:500px;" contenteditable="true">
	<h1>Apollo 11</h1>
	<p><strong>Apollo 11</strong> text</p>
</div>
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