DBlackwood / AvidaED_user_interface

Avida_ED user interface version 3 initially directly as created using Maqetta
GNU General Public License v3.0
1 stars 1 forks source link

Dragging organism to grid in IE does not work right #8

Open DBlackwood opened 8 years ago

DBlackwood commented 8 years ago

When dragging an organism to IE, the mouse up event does not trigger. If a cell has never been selected, then the drag n drop fails. If there is a selected cell then the organism is put in that cell rather than where the mouse is released.

I have not yet found a way to get the mouse coordinate when the mouse is released during a dojo dnd event.