- Code: Select all
<form action="post">
<textarea class="wymeditor" id="profile_summary" name="profile[summary]"><?= $summary ?></textarea>
<input type="image" name="action" value="submit" src="/image/button_save_changes.gif" />
</form>
and $('.wymeditor').wymeditor(); in the page load function()
The editor appears, but after modifying the text and pressing 'save', the post data contains the OLD text, not the new text. Even weirder, I can force the textarea to update if I toggle the html-code editor.
Has anyone had this problem? What's wrong here? Is it the <input type="image" /> tag?
I'm using jQuery 1.3, wymeditor 0.5 beta 2 (11/15/2008), Firefox 3 on Mac OS X