taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Textarea is not updated when right-click paste is used. #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See http://code.google.com/p/jwysiwyg/issues/detail?id=11

I found this problem when an end user copied and then right click -> paste
into the wysiwyg. It did not trigger the autosave so when the form
submitted (ajax [so no actual submit is triggered]) the value of the
textarea had not updated.

I found a solution using:
http://code.google.com/p/jwysiwyg/issues/detail?id=11 (Comment 5) - Where 

.mouseout(function() { self.saveContent(); }) is added on Line ~532

Regards

Will 

Original issue reported on code.google.com by williams...@googlemail.com on 9 Feb 2010 at 4:20