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

Incorrect context menu opening when scrolling on mobile #4482

Open
KorostelevKirill opened this issue Apr 26, 2024 · 0 comments
Open

Incorrect context menu opening when scrolling on mobile #4482

KorostelevKirill opened this issue Apr 26, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@KorostelevKirill
Copy link

Describe the bug
When scrolling a table on a mobile device, the row context menu opens.

Tabulator Info
6.2

Working Example
https://tabulator.info/examples/6.2#menu

document_5285145768137605213.mp4

To Reproduce

Go to the above link
Scroll down to the table
Scroll the table vertically or horizontally

Expected behavior
The row context menu should not open when scrolling the table.

Smartphone (please complete the following information):

Device: Any mobile device
OS: android, ios
Browser: Chrome
Version: latest

Additional context
In debugEventsExternal mode, when scrolling with the menu attached, two events are triggered: the scroll itself (vertical or horizontal) and rowTapHold. This appears to be a bug, as rowTapHold should not be triggered when scrolling.

@KorostelevKirill KorostelevKirill added the Possible Bug A possible bug that needs investigation label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant