Skip to content

Ignored attempt to cancel a touchmove event with cancelable=false #361

@Amphiluke

Description

@Amphiluke

This issue is related to the previously reported one. In PR #312, there was added a precheck for event.cancelable in the touchend event handler.

Currently, there are two points:

  1. The touchmove event handler is subject to the same problem (see in the screenshot below). It needs to be patched the same way as it was done for touchend.
    Screenshot 2019-12-25 at 15 04 40
  2. The plugin’s minified source doesn’t seem to contain fixes introduced in PR check for event.cancelable in touchEnd event handler #312. The developer version does contain them.

Pull request for this: #362

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