Opened 9 years ago

Last modified 9 years ago

#13216 confirmed Bug

List gets styled when pressing delete

Reported by: Jakub Ś Owned by: Support
Priority: Normal Milestone:
Component: General Version: 3.6.5
Keywords: Cc:

Description

Please refer to: 12284.

  1. Paste below code into editor and switch to source:
    <p>text&nbsp;<strong>bold</strong></p>
    <ol>
    	<li>item</li>
    </ol>
    
  2. Put cursor at the end of bold (make sure you are inside bold by looking at element's path)
  3. Press delete

Result: List item gets bold.


If there is paragraph instead of list below the bold paragraph, it won't get bolded/styled on delete.

<p>text&nbsp;<strong>bold</strong></p>
<p>text</p>

Problem can be reproduced from CKEditor 3.6.5 rev. [7620]

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

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