Closed (fixed)
Project:
WYMeditor
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2006 at 04:48 UTC
Updated:
31 Mar 2007 at 00:03 UTC
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
Comment #1
Moxide commentedHello,
thanks for the report.
The problem (a missing onblur event) should now be fixed.
Comment #2
djorn commentedThanks for fixing it so quickly. Do I need to download from CVS to get the updated version?
Comment #3
Moxide commentedThe 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.
Comment #4
Moxide commentedComment #5
(not verified) commentedComment #6
robknight commentedI'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.
Comment #7
Moxide commentedIs the input format set on "Full HTML" ?
Comment #8
robknight commentedSorry, 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.