Skip to content

Drag: Disable drag by middle mouse button #1353

@slava-uxd

Description

@slava-uxd

Allowing elements to be dragged by middle mouse button click is commonly undesirable behavior, because it disables page scroll functionality.

Replacing if (event.rightClick) return; with if(event.event.buttons!=1) return; in both Drag.start and Sortables.start works.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions