4xx / svg-edit

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

Context Toolset does not close when element is deselected during rectangular selection #1145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. draw any shape
2. deselect it
3. start dragging one rectangular selection from canvas
4. without releasing the mouse button, include the shape in this selection (the 
context toolset in the upper panel will be updated relatively to the selected 
shape)
5. still with mouse button pressed, drag back the rectangle corner, in order to 
remove the shape from this selection (the context toolset remains)
6. release the mouse button. no shape will be selected, but the context toolset 
still appears.

What is the expected output? What do you see instead?
(Imho) the context toolset should be updated whenever the selection changes.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Only tested in Chrome

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
http://svg-edit.googlecode.com/svn/branches/2.6/editor/svg-editor.html

Please provide any additional information below.

Original issue reported on code.google.com by pedronucci on 24 Sep 2013 at 2:21