Opened 10 years ago

Last modified 8 years ago

#12480 review Bug

Error in console after removing formatting and disabling selection as a list item. — at Version 3

Reported by: Artur Delura Owned by:
Priority: Nice to have (we want to work on it) Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description (last modified by Jakub Ś)

Browsers: Chrome, FF and?

  1. Open editor with following content and selection:
    <ol>
    	<li>hello</li>
    	<li>moto</li>
    	<li><strong>[:D]</strong></li>
    </ol>
    
  2. Click "Remove format" button.
  3. Press "Ordered List" or "Unordered List" button.

Actual result:

There is an error in console: TypeError: node is null range.js:1724

this.setStart( node.getParent(), node.getIndex() );

Change History (3)

comment:1 Changed 10 years ago by Artur Delura

Description: modified (diff)

comment:2 Changed 10 years ago by Artur Delura

Version: 4.0

comment:3 Changed 10 years ago by Jakub Ś

Description: modified (diff)
Status: newconfirmed
Version: 4.03.0

I was able to reproduce this problem from CKEditor 3.0 in every browser except IE8.

Last edited 10 years ago by Jakub Ś (previous) (diff)
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