cementedmind / jquery-load-json

Automatically exported from code.google.com/p/jquery-load-json
0 stars 0 forks source link

Textareas that contain the Enter key display blanks #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a form with some text inputs and a text area
2. enter data in the form; make sure to hit the Enter key inside the text area
3. submit the form
4. do some processing on the form input and redisplay the form

What is the expected output? What do you see instead?
I expected to see the inputs displayed on the form. All the inputs are blank.

What version of the product are you using? On what operating system?
1.0.0. Windows, Linux

Please provide any additional information below.
If I view the source for the page I can see the JSON data is constructed 
correctly. Including the CR LF for the Enter key.

Original issue reported on code.google.com by greg.lu...@gmail.com on 2 Oct 2013 at 2:08