Opened 8 years ago

Last modified 8 years ago

#14699 confirmed Bug

Pressing outdent merges first list item with previous line if enter mode is BR

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

Description

Steps to reproduce

  1. Go to:

http://sdk.ckeditor.com/samples/enterkey.html

  1. Switch enter mode to BR
  2. Enter sample text:

this is the first line

  • line 2
  • line 3
  1. Put the cursor at the beginning of line 2 and press either outdent or the backspace key

Expected result

this is the first line
line 2

  • line 3

Actual result

this is the first lineline 2

  • line 3

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

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Component: UI : Enter KeyGeneral
Keywords: BR outdent merge list removed
Status: newconfirmed
Version: 4.5.10 (GitHub - master)4.0

Problem can be reproduced at least from CKEditor 4.0 only in enter mode BR.

In other modes result is e.g.

<p>ddddd</p>
<p>dddd</p>
<ul>
	<li>ddd</li>
</ul>

so it is expected that this mode produces same result.

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