Opened 13 years ago
Last modified 13 years ago
#8252 confirmed Bug
Inner duplicated style is not being removed
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.4.2 |
Keywords: | Cc: |
Description
Using CKEDITOR.style.applyToRange
to re-apply styles is not cleaning up inner duplicated styles.
For example, when applying the <b>
style on the following selection:
<b>this [is</b> some] sample text
Results on this:
<b>this <b>is</b> some</b> sample text
While the expected is this:
<b>this is some</b> sample text
I'll add a TC for this.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.4.2 |
Reproducible form CKE 3.4.2
TC added to t/8252:
http://ckeditor.t/dt/plugins/styles/styles.html