4xx / svg-edit

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

Current trunk version unusable on android device --> touch always moves the canavas, also if you try to paint. #1151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the trunk demo on a android mobile device 
2. move the canavas using finger gestures
3. try to draw something (rect, circle,....) using the finger gesture

What is the expected output? What do you see instead?
I would like to see a new element (rect, circle, ....) from the point of the 
'touchstart' to the 'touchend'.
Instead the canavas is moving and thus, it is impossible to draw from point A 
to point B on the canavas.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
chrome, android default browser

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
Latest trunk, the problem did not occur in the release version 2.6.

Please provide any additional information below.
...looks like the latest changes in the touch interface are a bug.

Original issue reported on code.google.com by vennek...@gmail.com on 21 Oct 2013 at 8:28