Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Several XHTML properties may be updated when editing with the TinyMCE editor

Found in

SH2.CMS.Build_20131105.3

Created

Feb 04, 2014

Updated

Mar 14, 2014

Area

Falcon/CMS/Edit UI/Editing/TinyMCE

State

Closed, Fixed and Tested


Steps to reproduce

When editing an XHTML property using tinyMCE, other XHTML properties than the edited one may be updated with the changed content.

This is only reproducible on pages with many XHTML properties. 

 

The problem is that in TinyMCEEditor.js the global event tinymce.onAddEditor is used to perform initialization but no check is done to assure that the tinymce instance that triggered the event is the registered one. Consequently, when there are many tinymce instances and initialization takes a while, an editor may be initialized for the wrong property.