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

Dragging on timeline with touch / pen causes Chrome to navigate backward or forward #1700

Open
tetsuoanimation opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels

Comments

@tetsuoanimation
Copy link
Contributor

Context

Studio name: Tetsuo Animation Studio
Kitsu version: 0.20.29
Production type: Short

Describe the bug

Dragging on the timeline of the preview player or playlist player with a Pen ( Windows Ink enabled ) or Touch causes Chrome to trigger its 'navigate back' or 'navigate forward' gesture. This means if we drag to far on the timeline, the Browser will instantly navigate to the last page and forget everything we entered.

  • This doesn't happen dragging along the canvas while drawing or selecting.
  • Also happens on other elements ( although boardcards or timeline clips don't seem to react to pen / touch drag & drop )

This can't be turned off in the overscroll flags of the client / browser.

I found this thread about it on stackoverflow
And some info about the behaviour here stackoverflow2

According to google, this could be only something like this on the element buuuut I don't know enough.

html, body {
  overscroll-behavior-x: none;
}

Desktop

  • Windows 10
  • Chrome
  • Version 133.0.6943.98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants