[IE/Edge] Bold (and other style tags) are applied multiple times
Steps to reproduce
- Go to http://ckeditor.com/demo#full.
- Switch to source and paste following html
<p>This is <strong>example</strong> text</p>
.
- Switch back to WYSIWYG mode.
- Focus content like
<p>This ^is <strong>example</strong> text</p>
.
- Use keyboard (arrows + shift) to create selection like
<p>This [is <strong>exam]ple</strong> text</p>
.
- Apply bold.
Expected result
Resulted html should be <p>This <strong>[is exam]ple</strong> text</p>
.
Actual result
Resulted html is <p>This <strong>is <strong>exam</strong>ple </strong>text</p>
. For most styles it is hard to notice, but for bold it creates double bolded text (at least in IE11).
Other details (browser, OS, CKEditor version, installed plugins)
Checked on IE11 in CKEditor 4.5.11. Does not occur in Chrome or FF.
Change History (6)
Component: |
General →
Core : Styles
|
Status: |
new →
confirmed
|
Keywords: |
IE added
|
Version: |
→ 4.3
|
Cc: |
satya_minnekanti@… added
|
Summary: |
[IE11] Bold (and other style tags) are applied multiple times →
[IE] Bold (and other style tags) are applied multiple times
|
Summary: |
[IE] Bold (and other style tags) are applied multiple times →
[IE/Edge] Bold (and other style tags) are applied multiple times
|
Problem can be reproduced from CKEditor 4.3 in IE8-11.