Opened 15 years ago
Last modified 15 years ago
#5567 closed Bug
Remove inline style not joining siblings — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Confirmed IE Review+ | Cc: |
Description (last modified by )
Reproducing Procedures
- Open any of the sample page;
- Load the following content in editor;
<p> Some sample text</p>
- Select 'Some sample' and apply the 'Bold' style;
- Select 'sample text' and apply the 'Italic' style;
- Select 'sample' and remove the 'Bold' style;
- Swtich to Source mode and check the output.
- Actual Result:
<p><strong>Some </strong><em>sample</em><em> text</em></p>
- Expected Result:
<p><strong>Some </strong><em>sample text</em></p>
- Actual Result: