- 🇨🇦Canada efrainh
Thanks for the patch, we tested it, and it works fine on version 1.0.6, using Drupal 9.5.1
Module includes static bundle of a version of tippy.js that only works with v1 of Popper. Since D9 is now using v2 of Popper.js, the static file no longer instantiates correctly.
Install module on instance of D9 and see that all tippy tooltips fail with an instantiation error in the web console.
1. Grab static minified bundle from 6.3.3 version of tippy that uses v2 of popper as dependency.
Note: doesn't look like tippy.js is included in composer packagist. If it ever does get included, it is probably preferable to have the package managed via composer and have the library definition reference whatever version of tippy is available in libraries directory.
1. Create patch that hard codes a more modern version of the tippy.js minified bundle.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for the patch, we tested it, and it works fine on version 1.0.6, using Drupal 9.5.1