Page MenuHomePhabricator

Glossary: Tooltips onmouseout is missing
Closed, DeclinedPublic

Description

Author: david

Description:
From http://www.mediawiki.org/wiki/Extension:Glossary#Tooltips_onmouseout

Someone else reported the following solution, I'm simply reposting it here in the hope it can be fixed in the repository.

As of version 5.0 of the tooltip javascript library, the tooltips get "stuck" on the cursor.

  1. Open Glossary.php in a text editor
  2. Find line 88: $span->setAttribute('onmouseover', "TagToTip('$term')");
  3. Add a new line after it:

    $span->setAttribute('onmouseout', 'UnTip()');

Version: unspecified
Severity: major

Details

Reference
bz20011

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:46 PM
bzimport set Reference to bz20011.
bzimport added a subscriber: Unknown Object (MLST).

http://www.mediawiki.org/wiki/Extension:Glossary says

"This extension has been archived.

This extension is obsolete.
The following other choices are available:

Lingo
Terminology"