karthick2014 / jwysiwyg

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

Not saving last symbol #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just enter the word "test" to editor and submit your form
2. You'll see that last symbol 't' not posted from editor
3. Form will submit "tes" word

What is the expected output? What do you see instead?
I expect to see word "test", but see "tes"

What version of the product are you using? On what operating system?
I use jWYSIWYG v0.4 - latest version as I see. Windows XP... :)

Please provide any additional information below.
I've fixed this problem. All you need to do - just replace 'keydown' event
to 'keyup' in both files. Please let me know if I had wrong.
My contact email: drecon@ukr.net
Or you may find me in skype: d.recon

Original issue reported on code.google.com by drecon2...@gmail.com on 9 Oct 2008 at 8:17

GoogleCodeExporter commented 8 years ago
Duplicate Issue 47, already fixed at r25.

Original comment by joksnet on 9 Oct 2008 at 6:02