-
Notifications
You must be signed in to change notification settings - Fork 825
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
Not working. Error: r.getClientRects is not a function #400
Comments
I have not yet updated this for jQuery 3, sorry. |
I understand. But I use JQuery 3. And there are people like me who have this problem. You have to solve the problem. |
I have the same issue in JQuery 3 |
Having the issue now and looking for a reasonable fix as well. Also FWIW, my thoughts on...
And for the record, the package maintainer doesn't "have" to do anything (I can't believe I just read that). You're benefiting from free software. You're welcome to pay for another solution if you don't like the current state of the project; or contribute back to the project. Development time for side projects doesn't come easy for many of us. It's often donated time free of charge to the open source community. |
"Just fix it, OKAY?" Now, is this still a problem? I'm including random versions of JQuery:
From company repos, for a Tampermonkey userScript. |
I fixed this issue. It's a compatibility with jQuery 3.x.x and earlier verions of jQuery UI before 1.12.0. Simply use this jQuery migrate version - https://code.jquery.com/jquery-migrate-3.0.0.min.js |
Uncaught TypeError: r.getClientRects is not a function
at w.fn.init.offset (jquery-3.3.1.min.js:2)
at Object.getWithinInfo (position.min.js?ver=1.11.4:11)
at w.fn.init.a.fn.position (position.min.js?ver=1.11.4:11)
at $.(/wp-admin/anonymous function).(anonymous function)._suggest (https://code.jquery.com/ui/1.12.1/jquery-ui.js:6101:6)
at $.(/wp-admin/anonymous function).(anonymous function)._suggest (https://code.jquery.com/ui/1.12.1/jquery-ui.js:144:25)
at $.(/wp-admin/anonymous function).(anonymous function).__response (https://code.jquery.com/ui/1.12.1/jquery-ui.js:6039:9)
at $.(/wp-admin/anonymous function).(anonymous function).__response (https://code.jquery.com/ui/1.12.1/jquery-ui.js:144:25)
at $.(/wp-admin/anonymous function).(anonymous function)._superApply (https://code.jquery.com/ui/1.12.1/jquery-ui.js:133:35)
at $.(/wp-admin/anonymous function).(anonymous function).__response (https://code.jquery.com/ui/1.12.1/jquery-ui.js:6225:8)
at $.(/wp-admin/anonymous function).(anonymous function).__response (https://code.jquery.com/ui/1.12.1/jquery-ui.js:144:25)
The text was updated successfully, but these errors were encountered: