Problem/Motivation
After enabling term_glossary_tippy, messages appear stating that files cannot be loaded.
Proposed resolution
I inspected the code and saw that the libraries "popperjs" and "tippyjs" were needed.
After downloading them - the module works.
Remaining tasks
Add at least a README.txt with download-links.
User interface changes
Throw warning if libraries are not found with link to README.txt
Issue fork term_glossary-3608664
Show commands
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!