Opened 9 years ago

Closed 9 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>&nbsp;</p>

This is an error or this feature can be configured? 3.6.4 version works fine.

Change History (1)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Keywords: inserthtml ignores tag center removed
Resolution: invalid
Status: newclosed
Version: 4.5.1

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy