Page MenuHomePhabricator

Uncaught TypeError: Cannot read property 'shown' of undefined ext.uls.interface.js:214
Closed, ResolvedPublic

Description

Steps to reproduce:

  1. Use setlang=xx to change to a different language
  2. Look for the tipsy to appear in the trigger
  3. 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

Details

Reference
bz49103