https://bugzilla.wikimedia.org/show_bug.cgi?id=20011

           Summary: Glossary: Tooltips onmouseout is missing
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: hickse...@optusnet.com.au


>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()');


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to