id summary reporter owner description type status priority milestone component version resolution keywords cc 10774 Unclosed LI tags become indented on IE when inside a FONT tag Rick Schnorenberg "== Description == List items that do not have their LI tag closed render differently if the OL is inside a FONT tag in Internet Explorer == Steps to Reproduce == 1. Launch the Nightly Editor Demo in IE (I tested against http://nightly.ckeditor.com/13-08-29-13-05/standard/samples/replacebyclass.html) 2. Call setData on the editor with the following HTML {{{
  1. item1
  2. item2
  3. item3
}}} === Expected Behavior === The editor displays the following list: {{{ 1. item1 2. item2 3. item3 }}} === Actual Behavior === The editor displays the following list: {{{ 1. item1 ● item2 ■ item3 }}} == System == I was able to reproduce this on IE 7,8,9 and 10 Chrome and Firefox were unaffected" Bug closed Normal Core : Parser 4.2 duplicate IE