Opened 11 years ago
Closed 11 years ago
#10760 closed Bug (duplicate)
<b> and <i> tags not recognized by CKEditor B and I toolbar buttons after pasting
Reported by: | Bob Quinn | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.2 |
Keywords: | Cc: |
Description
I have replicated a situation where a paste using Ctl-V or Ctl-Ins from an HTML-based source that uses <b> and <i> tags will cause CKEditor to not be able to change the bold and italics formatting. Creating the following, displaying it into the browser, then copy and paste into our CKEditor 4. After this, if we highlight the bolded text and click on the "B" formatting icon in the toolbar, nothing happens. I remains bold! How can we fix this?
<html> <body> This is a <b>BOLD TEST</b>!!! </body> </html>
Thanks!
Bob
DUP of #8369