Important changes to Tiny Cloud pricing > Find out more
Return to Website

fix_content_duplication

Removed in 3.4

This option is available since MSIE has a serious bug where the DOM tree sometimes can include the same node twice. This produces duplication of content when the cleanup process runs. This option is enabled by default and removes any duplicated nodes.

Example of usage of the fix_content_duplication option:

tinyMCE.init({
    ...
    fix_content_duplication : false
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.