Opened 15 years ago

Last modified 14 years ago

#6419 closed Bug

IE: List creation by merging problem — at Version 4

Reported by: Tobiasz Cudnik Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.5
Component: General Version:
Keywords: IE IBM Cc: satya_minnekanti@…

Description (last modified by Tobiasz Cudnik)

IE: List creation by merging problem.

Steps to reproduce

  1. Use the following content:
    <ul>
    	<li>
    		1</li>
    </ul>
    <p>
    	2</p>
    <ul>
    	<li>
    		3</li>
    </ul>
    
  2. Apply the Numbered List command

Result: A JS error is thrown.

Expected: Lists are merged into one containing 3 lines.

Reproduced in the IE8, strict. Most probably because the step 5 leaves bookmarks in the 1st and the 3rd line.

Change History (4)

comment:1 Changed 15 years ago by Tobiasz Cudnik

Status: newconfirmed

comment:2 Changed 15 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

comment:3 Changed 14 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: confirmedassigned

comment:4 Changed 14 years ago by Tobiasz Cudnik

Description: modified (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