Active
Project:
OpenWYSIWYG Editor
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 16:51 UTC
Updated:
20 Jul 2010 at 18:25 UTC
When previewing a blog, I receive 2 the same editors on content field. Any ideas?
Comments
Comment #1
jmroth commentedI 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 :)
Comment #2
decomposer commentedThis 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 :-)