sathishvenks / json-pad

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

Hotkey produces invalid character which is invisible. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click Examples -> Example 1
2. Click Load JSON to tree
3. Click on the key Key
4. Click on the field value change it to value1
5. Press ctrl + s
6. Save the change using disk icon
7. Click Load data from tree as JSON
8. Click Validate JSON string

What is the expected output?
I would expect ctrl + s (Windows) to save the changes to the file e.g. Any info 
in the current key we are editing would be saved as if I had clicked the save 

What do you see instead?
The key combination is observed as a special character which is not legal to 
the JSON parser and not viewable in the JSON text editor. This character is 
viewable by other text editors () and can be removed but it is quite annoying 
to figure out whats going wrong and fix it.

What version of the product are you using? On what operating system?
JSONpad Version Number: 1.3.5
ExtJS Version Number: 3.0.1

Please provide any additional information below.
AIR Version Number: 2.5.1.17730
Windows 7 x64 Professional

Even though when defining the bug I used the included Example this problem is 
not associated with it and it was just used for simplicity.  

Original issue reported on code.google.com by FJo...@gmail.com on 3 Dec 2010 at 6:19

Attachments: