Opened 10 years ago
Closed 10 years ago
#13638 closed Bug (invalid)
CKEditor insertHTML ignores tag center
| Reported by: | DarkDaemon | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
I've updated CKEditor from 3.6.4 to 4.5.1. And there is one issue. insertHTML method ignores tag center. For example, when I use
myckeditor.insertHtml("<center><div>My block</div></center><br>")
In CEditor I see
<p><div>My block</div></p> <p> </p>
This is an error or this feature can be configured? 3.6.4 version works fine.
Change History (1)
comment:1 Changed 10 years ago by
| Keywords: | inserthtml ignores tag center removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 4.5.1 |

Read about the Advanced Content Filter which has been introduced in CKEditor 4.1.