I have a problem with the tinyMCE editor in the Umbraco backoffice with Safari 5.1.7. When I create a new node, put some text in bold or italic and I click Save & Publish, it's fine. But when I go back to my node and publish it again, these elements are remove and I only have simple text.
So the saved text isn't well loaded in the editor. Here is what I have before publishing the first time :
<p><strong><em>Hello !</em></strong></p>
here what is loaded :
<p><span class="Apple-style-span"><span class="Apple-style-span">Hello !</span> </span></p>
(the text in the textarea is in bold and italic).
Is there a solution to avoid this problem ? I don't have this issue with Chrome, Firefox, Opera or IE.