Posted by norislee on July 24, 2009 at 4:51pm
3 followers
Jump to:
| Project: | OpenWYSIWYG Editor |
| Version: | 6.x-1.0-rc1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When previewing a blog, I receive 2 the same editors on content field. Any ideas?
Comments
#1
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 :)
#2
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 :-)