Closed (fixed)
Project:
Taxonomy Term Glossary
Version:
4.5.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2026 at 11:41 UTC
Updated:
20 Jul 2026 at 13:45 UTC
Jump to comment: Most recent
After enabling term_glossary_tippy, messages appear stating that files cannot be loaded.
I inspected the code and saw that the libraries "popperjs" and "tippyjs" were needed.
After downloading them - the module works.
Add at least a README.txt with download-links.
Throw warning if libraries are not found with link to README.txt
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mably commentedThanks for the report. The download instructions were actually already in the main README.md (see the "Tippy.js plugin" section, shipped since 4.4.0), but nothing on the site pointed to them when the libraries were missing, so the module failed silently. The merge request adds the missing feedback:
I also retitled the issue to describe the change. Ready for review.
Comment #6
mably commented@kle can you confirm it's ok to you?
Comment #7
mably commentedMerged into 4.x, will be part of the next release. Thanks for the report!