Hello,
We are using the Glossary extension through the Adapt Authoring tool
- Authoring tool version 0.10.5
- Framework version 5.12.1
When we click on a glossary link, the following happens for some but not all of the terms
- The glossary panel opens
- The glossary term is opened
- The glossary scrolls to the linked term so that the user does not have to do this.
For some of the other terms, steps 1 & 2 occur but step 3 is skipped requiring users to have to scroll on their own. This is problematic in a longer glossary list.
The HTML code we are using to link the glossary terms is <a data-glossaryterm="CAC" href="#"><strong>Coaching Association of Canada (CAC)</strong></a>
Is there a way to fix it so that all terms are scrolled to automatically?
Thanks!