Just spent quite a bit of time figuring out that the Network Solutions JS include that puts the "SiteSafe" seal on applicable pages breaks TinyMCE. TinyMCE appears to function normally except content is not updated when WYSIWYG (rich-text editor) is activated and changes are made and then submitted. Content updates properly if rich-text editor is not activated.

Simple workaround is to suppress the NetSol code on all edit screens:

<?
if (arg(0) == "node" && is_numeric(arg(1)) && arg(2) == "edit") { ?>
        <!-- SiteSeal Html Builder Code breaks the WYSIWYG editor so it is removed for edit screens -->
<? } else { ?>
        <!--
        SiteSeal Html Builder Code:
        Shows the logo at URL https://seal.networksolutions.com/images/prorecgreen.gif
        Logo type is  ("NETSP")
        //-->
        . . .	
<? } ?>

Comments

shashib’s picture

Hi Nathan,

I work for Network Solutions and would like to work to solve any issue. Can you email me at shashib [ .at. ] networksolutions.com and I will get the tech guys together and work on this.

Thanks,

Shashi

pomliane’s picture

Status: Active » Closed (won't fix)

This version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.