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.
Safari removes editor's style
Hi,
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.
I have this problem as well, and when you google it, you get more hits on TinyMCE and this issue with Safari.
I haven't found a solution for this though, so if anyone has an answer or a fix, it would be appreciated!
is working on a reply...