howardroark2018 / mind-notes

Automatically exported from code.google.com/p/mind-notes
0 stars 0 forks source link

Pressing delete or arrow keys while editing text has unexpected results #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Enter/edit text in any node.
2.Press delete: The node will be deleted.
3.OR Press an arrow key: The selected node will change.

What is the expected output? What do you see instead?
While editing text in a node (as opposed to simply having the node selected) 
the delete or left/right arrow keys will generally be expected to apply to the 
editing of the text rather than node deletion or navigation.
This is not a defect, just a suggestion, but perhaps the delete and arrow keys 
could only apply to node deletion and navigation while not editing text. 
Pressing enter or escape stops text editing while leaving the node selected, 
which would then allow the user to use delete and arrow keys as they function 
now.

What version of the product are you using? On what operating system?
Using at http://mind-notes.appspot.com/ on Chrome, in Windows 7. Although seems 
to behave the same on Mac in Chrome also.

Please provide any additional information below.

Original issue reported on code.google.com by ben.mil...@gmail.com on 16 Dec 2013 at 12:25