The editors seem to solve this by adding an extra attribute on tags which has a 'src' or 'href' attribute, something like '_cke_saved_src' and also setting it whenever the url changes. I've actually been thinking about that today and was about to post here that we must not forget to deal with that ourselves (as no HTML to XHTML lib would). V=v.replace(/ class='apple-style-span'/g,'') * Replace images with tags in content upon detaching editor.ĭetach: function(content, settings, instanceId) ) I don't know enough about what is contributing to changing the tag, but as an experiment, I commented out this in the break.js.
I discovered the problem and narrowed down the issue in this post. I am trying to find out what might be causing the /> to be changed to > on image tags when I enable the Teaser break plugin.