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

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:45 AM
bzimport set Reference to bz49103.

Related URL: https://gerrit.wikimedia.org/r/66959 (Gerrit Change Iecaa078835777625eca5d35dbb6ece19de1e8b29)