5 | | However, when I set the `enterMode = CKEDITOR.ENTER_DIV`,run IE 11, create a single paragraph in the editor `<p>foo</p>`, press CTRL+A;Backspace` the `<p>` is properly removed and replaced by `<div>`. The `<p>` is not removed naively so there must be a code in the editor which do it. Moreover when I commented out `fixDom` method `<p>` is still removed. The same code should handle `<div>` and remove it the same way, because this is the same case. We should not create separate fix for it. |
| 5 | However, when I set the `enterMode = CKEDITOR.ENTER_DIV`,run IE 11, create a single paragraph in the editor `<p>foo</p>`, press CTRL+A;Backspace the `<p>` is properly removed and replaced by `<div>`. The `<p>` is not removed naively so there must be a code in the editor which do it. Moreover when I commented out `fixDom` method `<p>` is still removed. The same code should handle `<div>` and remove it the same way, because this is the same case. We should not create separate fix for it. |