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

fix(ui): Check event cancelable before event.preventDefault #4690

Merged
merged 1 commit into from
Nov 11, 2022

Conversation

ocipap
Copy link
Contributor

@ocipap ocipap commented Nov 11, 2022

Problem

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

This error occurs when the first touch is initiated.
Added logic to confirm that the error can be cancelled before event.preventDefault.

@github-actions
Copy link
Contributor

Incremental code coverage: 0.00%

@avelad avelad added type: bug Something isn't working correctly component: UI The issue involves the Shaka Player UI labels Nov 11, 2022
@avelad avelad added this to the v4.4 milestone Nov 11, 2022
@joeyparrish joeyparrish merged commit 6d8de72 into shaka-project:main Nov 11, 2022
@ocipap ocipap deleted the touch-event-remove-log branch November 12, 2022 06:24
joeyparrish pushed a commit that referenced this pull request Dec 8, 2022
This error occurs when the first touch is initiated:

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Added logic to confirm that the error can be cancelled before event.preventDefault.
joeyparrish pushed a commit that referenced this pull request Dec 8, 2022
This error occurs when the first touch is initiated:

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Added logic to confirm that the error can be cancelled before event.preventDefault.
joeyparrish pushed a commit that referenced this pull request Dec 8, 2022
This error occurs when the first touch is initiated:

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Added logic to confirm that the error can be cancelled before event.preventDefault.
joeyparrish pushed a commit that referenced this pull request Dec 8, 2022
This error occurs when the first touch is initiated:

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Added logic to confirm that the error can be cancelled before event.preventDefault.
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: UI The issue involves the Shaka Player UI status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants