Hello, I have a very strange bug:
When I try to remove text from TinyMCE, it's not removed in really - I can see it when I disable rich-text
Moreover when I disable/enable rich-text after removing - the second wysiwyg appeared with duplicated plugin buttons
and I get JS error (chrome 13 linux):
1Uncaught TypeError: Cannot read property 'removeEmpty' of undefined
b.html.DomParsertiny_mce.js:1
b.html.DomParser.f.parsetiny_mce.js:1
a.dom.Serializer.serializetiny_mce.js:1
m.create.getContenttiny_mce.js:1
m.create.savetiny_mce.js:1
Drupal.wysiwyg.editor.detach.tinymcetinymce-3.js:90
Drupal.wysiwygDetachwysiwyg.js:137
Drupal.wysiwyg.toggleWysiwygwysiwyg.js:178
o.event.proxy.Ejquery.min.js:19
o.event.handlejquery.min.js:19
o.event.add.J
Take a look on snapshot: http://i.imgur.com/JG8bT.png
I also tried to use dev version of WYSIWYG, but bug still appears
TinyMCE version - 3.4.4
Comments
Comment #1
twodApologies for the extremely long wait. I simply did not see this issue until now.
The old text comes back because there is an error before TinyMCE has synced its contents back to the original textarea before it gets removed.
I'm pretty sure we've fixed this in the latest 6.x-2.x-dev release already, so I'm closing this issue for now. If the problem is still there in 6.x-2.x-dev, please reopen this issue.