id summary reporter owner description type status priority milestone component version resolution keywords cc 13625 Numbered List adds items when switching from Source to Preview Mode Alex Gorale "CKEditor 4 with the current Editor Options configured: {{{ language: 'en', uiColor: '#741275', allowedContent: true, removePlugins: 'image', extraPlugins: 'image2,uploadimage,colorbutton,table,tableresize,tabletools,dialogadvtab', filebrowserImageUploadUrl: '/scripts/uploadImage.php', colorButton_enableMore: true }}} Replicate: Open Page => Add/Remove Numbered List => Add some items to the list My test source: {{{
  1. item1
  2. item2
  3. item3
}}} In Source mode add some line breaks between items Test Source now looks like: {{{
  1. item1
  2. item2

  3. item3

}}} Toggle between Source/Preview mode. CKEditor will start adding line breaks and list items After 1 iteration Test Source now looks like: {{{
  1. item1
  2. item2

  3. item3


  4.  
}}} Keep toggling and it becomes {{{
  1. item1
  2. item2

  3. item3







  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
}}} == Expected result == CKEditor should not add line breaks and new list items. Hopefully it would just remove the line break tag. == Actual result == CKEditor adds line breaks and list items == Other details (browser, OS, CKEditor version, installed plugins) == See above" Bug confirmed Normal General 4.0