kimoa / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
3 stars 0 forks source link

Hiting Z (undo) right after editing (e.g. free hand stroke) undoes the previous change #827

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. prepare your finger to hit on the Z key
2. draw using the free hand tool
3. press Z key right after

- What is the expected output? Removes the last made stroke.
- What do you see instead? svg-edit dismiss the last but one change.

Note: I use the undo key a lot when sketching a project (trial and error fast 
pace) so I consider this bug to be severe.

In what browser did you experience this problem? Chrome 

In what version of SVG-edit does the problem occur? 2.5.1 demo

suggestion: undo should ideally dismiss currently unfinished edit if any. It 
would solve this bug.

Original issue reported on code.google.com by sylvain.garden@gmail.com on 4 Jul 2011 at 8:46