Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Amphiluke opened this issue Dec 25, 2019 · 0 comments
Open

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

Amphiluke opened this issue Dec 25, 2019 · 0 comments

Comments

@Amphiluke
Copy link

Amphiluke commented Dec 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant