magilus / jsdot

Automatically exported from code.google.com/p/jsdot
0 stars 0 forks source link

counter-intuitive behaviour when dragging selection #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When something is selected, dragging on the background moves the selected 
elements. Instead should do nothing (or start box selection).
When dragging a deselected element moves the already selected elements, instead 
it should clear the selection and move the element under the cursor. 

Original issue reported on code.google.com by silh...@gmail.com on 11 Aug 2010 at 9:57

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r235.

The selection is not affected by dragging. This allows you to drag a node which
is not selected without having your selection cleared. The motivation is that
clearing the selection is a simple matter of clicking on the background, while
to re-create it you would have to re-select all the elements.

Original comment by silh...@gmail.com on 26 Aug 2010 at 4:01

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r235.

Original comment by silh...@gmail.com on 26 Aug 2010 at 4:01