- Issue created by @sboden
- @sourabhsisodia_ opened merge request.
Tested the patch , it works fine for me. Created a MR for same.
formtips 2.0.0-alpha1 (and the previous versions) break on Drupal 11. The reason for this is jquery.hoverIntent.min.js
as this is an old version that uses functionality no longer usable in JQuery 4.x in Drupal 11: Specifically "$.isFunction()"
Workaround is to do this in root of your project:
curl -o www/modules/contrib/formtips/js/hoverintent.min.js https://raw.githubusercontent.com/briancherne/jquery-hoverIntent/master/jquery.hoverIntent.min.js
Overwriting the version in formtips by the latest version.
I will also add a patch if people want to test.
Active
2.0
Code
Tested the patch , it works fine for me. Created a MR for same.