In the latest dev release there is an issue where the glossary entry contains a URL - either in plain text or as the text of an anchor element.
The text from the glossary entry is used for the title attribute of the glossary link. As a parameter of an html element this gets passed through the _filter_xss_attributes($attr) function in common.inc which removes everything but the url, mangling the text of the glossary entry and leaving you with a broken tool tip.
The attached patch removes the protocol element from any URL it finds which solves the issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andrewdchancox@googlemail.com’s picture

I've spent more time looking into this and the problem is that Drupal does not expect there to be anything fancy in a title tag. I've outlined my work around in a blog post:
http://blog.andrewhancox.com/drupal-glossify-and-wysiwyg/

ankur.addweb’s picture

Status: Active » Needs review

I am unable to reproduce this issue. My tooltip is set to body which contains multiple links. Upon linking to content with links in body shows tooltip properly.

Also, link in above comment is no longer available.

ankur.addweb’s picture

Status: Needs review » Closed (cannot reproduce)