Steps to reproduce:
- Use setlang=xx to change to a different language
- Look for the tipsy to appear in the trigger
- Hover the icon
// manually show the tooltip $ulsTrigger.on( 'mouseover', function () { // show only if the ULS panel is not shown if ( !$ulsTrigger.data( 'uls' ).shown ) { ^^^ showTipsy( 3000 ); } } );
Version: master
Severity: normal