google-code-export / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
GNU General Public License v2.0
1 stars 0 forks source link

Editor strips newlines in IE #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit some text in a jwysiwyg editor
2. Add some text
3. Get the text with var text = $('#text').wysiwyg('getContent').val();

What is the expected output? What do you see instead?

Any newline characters are stripped from the text. This does not occur in 
Safari or Firefox

What version of the product are you using? On what operating system?

jwysiwyg 0.5, Windows XP / OS X Leopard

Original issue reported on code.google.com by gpear...@gmail.com on 7 Jun 2009 at 1:05