joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

FDrag and drop of shapes only takes the top shape #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When doping a drag and drop for a shape into another container, only the top 
shape of the dragged shape is moved. The children are all ignored.   Of course 
the complete shape including its children should be moved.

Original issue reported on code.google.com by joswar...@gmail.com on 19 Nov 2012 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by joswar...@gmail.com on 19 Nov 2012 at 3:51

GoogleCodeExporter commented 9 years ago
Avoid using the add feature, instead manipulate the shapes directly.

Original comment by joswar...@gmail.com on 10 Dec 2012 at 12:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3a06b18dab8e.

Original comment by joswar...@gmail.com on 10 Dec 2012 at 12:27

GoogleCodeExporter commented 9 years ago
Tested with business domain DSL.  All nested shapes and objects are moved as 
well now.

Original comment by joswar...@gmail.com on 10 Dec 2012 at 1:01