Incompatibility with the new Chrome update (mobile only): #617
Unanswered
jrosiapps-prog
asked this question in
Q&A
Replies: 2 comments 4 replies
|
Thanks for looking into this issue. I believe this is a bug in Chrome. If you agree, please leave a comment here https://issues.chromium.org/issues/467952962 |
0 replies
|
@jrosiapps-prog I can't reproduce the issue in newly available Chrome 145.0.7632.45. Can you? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After extensive research and testing across multiple devices, I have confirmed a bug. Specifically on Chrome for mobile, following the February 3rd, 2026 update (version 144.0.7559.132), the select: function (event) { and eventDrop: function ({ event, revert }) { events are malfunctioning.
When dragging, the event triggers prematurely before the "drop" action occurs. The same issue happens with the select function: while selecting and dragging, the event is incorrectly fired before the finger is even lifted from the screen. I have tested this in other browsers, and they are all functioning perfectly.
All reactions