When previewing a blog, I receive 2 the same editors on content field. Any ideas?

Comments

jmroth’s picture

I have no idea what *really* causes this, but I have the same prob on Firefox 3.5.3 (Win32)

If you edit openwysiwyg.module you have

drupal_add_js("WYSIWYG.attach('$element_id', mysettings);", inline);

Before this line add

if ($_POST['op']!='Preview')

and you're good :)

decomposer’s picture

This one thing would confuse the mostly internet non-savvy people that come to my site. And I don't have time to keep track of edits to module code, so this one's a no go for me at this time.

But, thanks to @jmroth for posting a fix for those who wish to edit the code :-)