id summary reporter owner description type status priority milestone component version resolution keywords cc 8248 [[WinXP & IE8]] Removing last list item in outer list creating a new list item/ breaking the list Satya Minnekanti Garry Yao "'''To reproduce the defect:''' Copy the following code and paste it in source view. {{{
  1. FirstListItem
  2. SecondListItem
    1. ThirdListItem
    2. FourthListItem
    3. FifthListItem
  3. SixthListItem
}}} '''Scenario 1:''' Go back to rich text, keep the cursor at end of last list item(Sixth list item) and press backspace until you delete list item '''Expected Result:''' last list item is deleted and cursor goes to end of last list item(Fifth list item) in inner list. '''Actual Result:''' last list item is deleted but a new empty list item is created after last list item(Fifth list item) in inner list. '''Scenario 2:''' Go back to rich text, keep the cursor at end of last but one list item(Fifth list item) and press delete '''Expected Result:''' last list item is deleted and text in last list item gets appended to the text of last list item(Fifth list item) in inner list. '''Actual Result:''' last list item is deleted but a new empty list item is created after last list item(Fifth list item) in inner list and a new list starts with the text in last list item keep cursor at the new empty created list item and press Enter. You will get a java script error '''This is only happening on IE8 in Windows XP'''" Bug closed Normal CKEditor 3.6.3 Core : Lists 3.0 fixed IBM IE8 Damian Teresa Monahan