Opened 15 years ago
Last modified 14 years ago
#5192 confirmed Bug
Styles are not "eating" overrides partially selected
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.1 |
Keywords: | Cc: |
Description
- Load the following HTML:
<p>This is <b>some sample</b> text.</p>
- Select "This is some".
- Click the Bold button.
Current results:
<p><strong>This is </strong><b><strong>some</strong> sample</b> text.</p>
Expected results:
<p><strong>This is some</strong><b> sample</b> text.</p>
Milestone CKEditor 3.x deleted