While the editor loads very smoothly and works quite nicely when I am entering or editing text, it fails to insert the generated HTML into the node field when I click on the submit button. However, if I hide the editor by clicking on the "Display/Hide" link, it will update the field with the code, and then clicking the submit button works fine (but if I show the editor again and make changes, then click the submit button without hiding it, the changes dissappear).

By the way, this editor is a beautiful peice of work. Thanks for making it available to Drupal!

Comments

Moxide’s picture

Version: 4.7.x-2.x-dev » 4.7.x-1.x-dev
Assigned: Unassigned » Moxide

Hello,
thanks for the report.
The problem (a missing onblur event) should now be fixed.

djorn’s picture

Thanks for fixing it so quickly. Do I need to download from CVS to get the updated version?

Moxide’s picture

The archive should be available now (it can take up to 12 hours, before the archive is created for CVS).
CVS is the best way to get the latest source at once.

Moxide’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)
robknight’s picture

I'm seeing this behavior in the 30 March 2007 release. When pasting from Word file into the paste window, it looks like it is formatted correctly in the WYMeditor window, but the generated html on submit is incorrect.

Moxide’s picture

Is the input format set on "Full HTML" ?

robknight’s picture

Sorry, I should have mentioned that. Yes, I have enabled it site-wide....[checks the page he is having the problem with]

Oops, sorry. I guess Drupal holds the "state" of the input format for a page even if you change the global setting. Didn't know that. It is ok now.