TinyMCE 4.1.4 (2014-08-21) WET issue

Hi All,
Working in the Canadian government out sites are all forced to be compliant with WET4 (they had let Intranet slide, but that is now changing and driving my issue). In Teamsite 7.3.2x we gave them a textbox (what a headache) as TinyMCE/HTML5/old IE were at war. Having migrated to 8.2x TinyMCE is a bit better but it is rearranging WET component quotes to suit itself, rendering them inoperable.
for example:
<div class="wb-tabs carousel-s2 playing" data-wb-tabs='{"interval": 8}'> becomes
<div class="wb-tabs carousel-s2 playing" data-wb-tabs="{&quot;interval&quot;: 8}">

If we had a standard TinyMCE something like this could be done:
tinymce.init({
selector: 'div',
protect: ["/='{[^}]*}\'/g"]
});

And we could thereby prevent it from touching the particular pattern WET uses for its components. I can't seem to massage that into a form acceptable to
IWTinyMCECustomConfig("custom1",...);

Some help getting this to work would be greatly appreciated

Thank You
Susan

Answers

  • Can you help answer this question?

    We have noticed this question is over 30 days old and hasn't received a response. We're turning to you, the community, to help answer it.

    This generic response is intended to prompt discussion in this post. The question remains open to your answers, suggestions, and best practices.

    If you posted this question, what additional information can you provide to help us respond to you? Were able to resolve the issue? Please share your solution here with others. If you still need additional help, though, please let us know. Your question and its resolution are important to us, and we want to help.

    • Please note that questions to the developer network are typically peer-to-peer, best effort responses.
    • Additionally, note that posting questions to General may not be answered by a product expert. The General forum is for non-product questions. Please be sure to post your product-specific questions to the proper product forum.

    David Sciuto

TeamSite Developer Resources

  • Docker Automation

  • LiveSite Content Services (LSCS) REST API

  • Single Page Application (SPA) Modules

  • TeamSite Add-ons

If you are interested in gaining full access to the content, you can register for a My Support account here.
image
OpenText CE Products
TeamSite
APIs