-
Notifications
You must be signed in to change notification settings - Fork 883
Open
Labels
Possible BugA possible bug that needs investigationA possible bug that needs investigation
Description
Describe the bug
currently, MoveRow.checkPeriod is 150ms by default. this setting prevents me from doing clicks with touchpad taps as it registers pointer/mouse up event after ~220ms for each clicks. setting this to higher values like 250 fixes this.
Tabulator Info
- Which version of Tabulator are you using? v6.3
Working Example
https://codesandbox.io/p/sandbox/fq4gwf
(sorry i cant use jsfiddle because i use pihole as adblocker and they denied me access to the site)
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
- create a table
- make sure it has
movableRows: true - try to click anything with a touchpad tap (not the physical buttons)
Expected behavior
can click the rows
Screenshots
a.mp4
Desktop (please complete the following information):
- OS: windows
- Browser edge
- Version 145
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Possible BugA possible bug that needs investigationA possible bug that needs investigation