karthick2014 / jwysiwyg

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

Last character missing in the editor content #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type a text in the editor (eg: Hello world)
2. Get the content (by clicking on Save for example)

What is the expected output? What do you see instead?
Expected : The exact content typed (eg: Hello world)
What i see : last character is missing (eg: Hello worl)

What version of the product are you using? On what operating system?
0.4 , Firefox 3 - linux (Ubuntu)

Please provide any additional information below.
It can be fixed in the code by changing the event keyDown() by keyUp()

 $(this.editorDoc).keyup(function() { self.saveContent();
}).mousedown(function() { self.saveContent(); });

Original issue reported on code.google.com by fofovi72@gmail.com on 24 Sep 2008 at 7:05

GoogleCodeExporter commented 8 years ago
Fixed at Revision 25

Original comment by joksnet on 26 Sep 2008 at 1:21

GoogleCodeExporter commented 8 years ago
Issue 61 has been merged into this issue.

Original comment by joksnet on 21 Nov 2008 at 12:44