Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

error in dragging #1

@joearms

Description

@joearms

If you move the cursor so quickly that it lands outside the dragged object
then the object no longer follows the cursor.

I haven't looked at the code but this is a common problem in implementing drag-and-drop

Probably because the event handler is bound to the object. You have to
bind it to the underlying canvas, so that dragging will still work for fast cursor movements

/Joe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions