4xx / svg-edit

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

Patch for /trunk/editor/svgcanvas.js #1112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
start_x and start_y are modified for snap-to-grid. use real_x and real_y 
coordinates instead. Needed for ending textActions if clicking outside of 
textElement.

Original issue reported on code.google.com by ber...@gmail.com on 21 Jun 2013 at 1:59

Attachments:

GoogleCodeExporter commented 9 years ago
Exit Text Edit mode does not work if "snap to grid" is activated

What steps will reproduce the problem?
1. Activate Grid Snapping in Editor Options
2. Create Text
3. Click outside of TextBox to exit text edit mode

What is the expected output? What do you see instead?
Expected: Text Edit Mode is off, Select Mode is active.
Instead: Clicking outside of the Text doesn't activate Select Mode.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Firefox 21, Chrome 29, probably ALL

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

Original comment by ber...@gmail.com on 21 Jun 2013 at 2:02

GoogleCodeExporter commented 9 years ago
Still needed for Version 2.7 and trunk

Original comment by ber...@gmail.com on 3 Jul 2014 at 3:59