Hi Guys,
A while back we were in contact with you regarding dragging shapes without they change position. TicketID: 662635.
We implemented the solution you guys suggested.
Now we have discovered a bug regarding the way we drag shapes.
The problem is because we set Handled = true in DragPreview, when dragged shape is dropped outside the diagram, the drag operation is never ended.
Issue here is we implemented a DragAdorner that follows the cursor, and when it re-enters the diagram the drag operation is still active. Even though the mouse button is not pressed. The issues also exists in the sample projects from the support ticket. (No dragTemple, but changed cursor)
Is there a way we can end the drag operation, when MouseLeftButtonUp occurs outside diagram.
/Anders
A while back we were in contact with you regarding dragging shapes without they change position. TicketID: 662635.
We implemented the solution you guys suggested.
Now we have discovered a bug regarding the way we drag shapes.
The problem is because we set Handled = true in DragPreview, when dragged shape is dropped outside the diagram, the drag operation is never ended.
Issue here is we implemented a DragAdorner that follows the cursor, and when it re-enters the diagram the drag operation is still active. Even though the mouse button is not pressed. The issues also exists in the sample projects from the support ticket. (No dragTemple, but changed cursor)
Is there a way we can end the drag operation, when MouseLeftButtonUp occurs outside diagram.
/Anders