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
[7.4.0] After Updating mobile editing does not work #6707
Comments
The same demo doesn't work on iPad via BrowserStack. |
On PCs, we run internal hooks about dbl click only when they are triggered only by LMB. When mobile devices are used or any device which supports touch events, that expression blocks the logic, which is necessary for opening editors, for example. When origin event comes from touch event, button ID checking is ignored, and dbl click hook is fired. Issue: #6707
On PCs, we run internal hooks about dbl click only when they are triggered only by LMB. When mobile devices are used or any device which supports touch events, that expression blocks the logic, which is necessary for opening editors, for example. When origin event comes from touch event, button ID checking is ignored, and dbl click hook is fired. Issue: #6707
On PCs, we run internal hooks about dbl click only when they are triggered only by LMB. When mobile devices are used or any device which supports touch events, that expression blocks the logic, which is necessary for opening editors, for example. When origin event comes from touch event, button ID checking is ignored, and dbl click hook is fired. Issue: #6707
@mariomacedo this bug will be fixed by Tested on: |
Hey @mariomacedo Please update to 7.4.2 and let us know if it works for you - the issue should be gone. |
Description
After updating for this new minor release (7.4.0) I can't edit value in a cell on mobile devices.
Demo
http://jsfiddle.net/handsoncode/s6t768pq
Your environment
The text was updated successfully, but these errors were encountered: