Hey Joe, we found another TinyMCE issue. As you know, in the Slideshow of elements, to enable clicking of links we need to use the onclick JavaScript event like this:
<a onclick="window.open(this.href,'_self');return false; " href="http://www.escondido.org/daley-ranch.aspx">More info</a>
With TinyMCE 3.52 in mojoPortal, the JavaScript is being stripped when the content is loaded, leaving
<a href="http://www.escondido.org/daley-ranch.aspx">More info</a>
I tried to reproduce here on the mojoPortal demo site, but selecting TinyMCE as the site editor results in HTML edits coming up as a plain text area, so perhaps TinyMCE is disabled?
Also, I'm not sure if this is a bug in TinyMCE or a configuration setting. I was able to use the JavaScript version of the link at the TinyMCE full demo and it seemed to work fine saving and reloading. I'm assuming they are using TinyMCE 3.52 there just as we are in mojoPortal?
Thanks as always,
Jamie