Hi Anne,
I've never seen that one before and yes it appears to be a bug. There are a lot of competing events happening and you need to be pixel perfect on the actual text of the word and then you can get the glossary tooltip to appear but it's made even worse by the fact that it fades in slowly and the text is black on a black background so you cannot see it.
I've made a few changes to 2 files to fix both things and have it working here but if you were able to test at your end then that would be great - the attached zip contains two files that need to replace the 2 of the same name at:
http(s):// YOUR_INSTALL_ADDRESS/modules/xerte/parent_templates/Nottingham/models_html5/
The two files are:
- thumbnailViewer.html
- thumbnailViewer.css
and you should probably backup the ones in your install before overwriting with these two. Then you need to clear your browser cache so that the new files are loaded and you should be able to see a difference.
I've added a default background to the glossary term in that panel (white background) on that page only and if you don't like it then you can override it by adding a Styles option on the page and adding the code:
#panelTxt .x_glossary {
background-color: yellow;
}
Change yellow to whatever you wish.
If this works for you or you have any other suggestions/findings then please let us know here and we can take a look at them. If they do work better then I will commit them and they will then be pushed into both the current and future releases.
Regards,
John