Skip to content

stopImmediatePropagation ignored for touch events #981

Description

@Gamesmeister

If I have a parent Rnd element containing a child Rnd element, and I drag the child element using the mouse, I can prevent the parent from also being dragged by adding stopImmediatePropagation() to the drag event of the child. However, if I drag that same element using a touch event, the stopImmediatePropagation() event is ignored and the parent is dragged along with the child.

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