-
Notifications
You must be signed in to change notification settings - Fork 29
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
JS error with draggable on windows 10 #12
Comments
That is peculiar - it looks as though the touchstart was not fired. Not having a touch screen device (of any description!) can you put a break on line 109 and step through the code to see if Windows 10 is simply not firing the touchStart function (before the touchEnd), or whether something else is preventing it from reaching line 117 ? Otherwise, your change would be fine - this is to only try and ensure that you can click on draggable elements, even if you wiggle your finger slightly |
Hello, |
Please try the latest version of the code now. |
Did you ever manage to resolve this issue? |
Hello !
Its a very good extension for UI !
Report a bug :
PC : Acer Aspire Z3-610
Windows 10
Bug on Chrome (Version 78.0.3904.108) and Firefox (71.0 (64 bits))
With Internet Explorer -> no problem
Jquery : jquery-1.11.0
Jquery UI : jquery-ui-1.12.1
Jquery-ui-touch-punch : jquery-ui-touch-punch-master-1.0.5
Function UI : draggable (with tactile)
If I drag element with touchscreen, we have a JS error :
TypeError: this._startPos is undefined jquery.ui.touch-punch.js:179:12
I have tested a modification with success (but i don't know if is the best solution) :
Replace :
by :
Thank you !
The text was updated successfully, but these errors were encountered: