Opened 10 years ago

Last modified 9 years ago

#12323 confirmed Bug

[IE10] After removing whole list text below jump up.

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: IE Firefox Cc:

Description

[IE10] For ages.

  1. Open editor with following content:
    <ul>
      <li>one</li>
      <li>two</li>
    </ul>
    <p>hello</p>
    
  1. Select whole list.
  2. Delete list by pressing backspace.

Actual result: text hello jump to first line. Expected result: text hello stay in the second line.

  1. Start typing.

Actual result: text hello jump to next line. Expected result: text hello stay in the same line.

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: IE Firefox added
Status: newconfirmed
Version: 4.0

I was able to reproduce this problem from CKEditor 4.0 in IE and FF.

Blink and Safari have different issue, reported here:#12587.

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