Opened 9 years ago
Last modified 8 years ago
#14302 confirmed Bug
span tag replaced by font
Reported by: | LeResKP | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.4 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go here http://sdk.ckeditor.com/samples/acf.html in section 'Adjusting Automatic ACF Mode'
- Select the text in green 'text colors' and click on backspace
- Type a new text
Expected result
Only the new text should be added
Actual result
A font tag with the previous color is added
Other details (browser, OS, CKEditor version, installed plugins)
Linux Fedora, chrome Version 40.0.2214.115 (64-bit). I also saw the bug on windows chrome and firefox
Attachments (1)
Change History (5)
Changed 9 years ago by
Attachment: | ckeditor-font-issue.png added |
---|
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
This issue looks like a part of #13830 where many similar issues are mentioned.
comment:3 Changed 8 years ago by
I also encountered same/similar issue but it is only reproducible on IE/Edge:
- Go to http://sdk.ckeditor.com/samples/acf.html to Disabling ACF sample.
- In the source mode paste HTML
<p><span style="font-size:18px;color:#00FF00;background-color: #FFFF00">Text</span></p>
- Switch back to WYSIWYG mode.
- Select whole
Text
. - Type something.
Resulted html is:
<p><font color="#00ff00" style="background-color: rgb(255, 255, 0);">Typed text</font></p>
So the span
tag was replaced by font
tag.
comment:4 Changed 8 years ago by
It seems like the scenario described in a previous comment fits better for issue #13775. Both issues seems to be related.
font tag is added