Opened 15 years ago
Last modified 15 years ago
#5567 closed Bug
Remove inline style not joining siblings — at Version 2
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Confirmed IE Review+ | Cc: |
Description (last modified by )
Environment
IE8
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:
Change History (2)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Affects IE only.