Opened 10 years ago
Closed 10 years ago
#12311 closed Bug (fixed)
Removeformat doesn't remove cite element
Reported by: | Marek Lewandowski | Owned by: | Artur Delura |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.5 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Create a cite
element and try to remove it with Remove Format button.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following source
<p>foo <cite>bar</cite> baz</p>
- go back to wysiwyg mode and select all (
CTRL + A
) - use a Remove Format button
Expected result:
Cite element should be removed: <p>foo bar baz</p>
Current result:
Cite element remains: <p>foo <cite>bar</cite> baz</p>
additional info:
- Tested with FF and Chrome
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | → CKEditor 4.4.5 |
---|---|
Status: | new → confirmed |
comment:2 Changed 10 years ago by
Owner: | set to Artur Delura |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on master with git:b373ace. Check my commit which I added to the branch.
Needs to be added to http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-removeFormatTags