formtips breaks in 11.x

Created on 3 September 2025, about 1 month ago

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.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024