rebootcode / svg-edit

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

Selection based on confusing bounding box eg. on rotated elements. #952

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Draw a rectangle
2. Rotate it
3. Drag with the mouse in the empty space where the object used to be.

What is the expected output? What do you see instead?
Expect to not select anything. The rotated object is selected.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
FF 12.0, Chrome 18

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
2.5.1

Please provide any additional information below.

Original issue reported on code.google.com by cheld...@gmail.com on 1 May 2012 at 7:03

GoogleCodeExporter commented 8 years ago
I've attached a file to illustrate the select-able area for a rotated object.

Original comment by cheld...@gmail.com on 1 May 2012 at 7:20

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, can you please kindly try to replicate on the latest trunk: 
https://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html (2.6)?

I can't replicate there.

Original comment by asyazwan on 2 May 2012 at 1:45

GoogleCodeExporter commented 8 years ago
I am able to replicate on the latest trunk. 

Original comment by cheld...@gmail.com on 2 May 2012 at 8:48

GoogleCodeExporter commented 8 years ago
Ahhh now I get what you mean. I always thought that is how it should work so it 
didn't raise any alarms.

My guess is selection is based on bounding box of the selector grips (check out 
select.js to be sure).

Original comment by asyazwan on 3 May 2012 at 2:50