Last modified: 2013-06-04 12:45:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T51103, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49103 - Uncaught TypeError: Cannot read property 'shown' of undefined ext.uls.interface.js:214
Uncaught TypeError: Cannot read property 'shown' of undefined ext.uls.interfa...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
UniversalLanguageSelector (Other open bugs)
master
All All
: High normal (vote)
: ---
Assigned To: Santhosh Thottingal
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-04 07:33 UTC by Niklas Laxström
Modified: 2013-06-04 12:45 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2013-06-04 07:33:35 UTC
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 );
			}
		} );
Comment 1 Gerrit Notification Bot 2013-06-04 11:56:11 UTC
Related URL: https://gerrit.wikimedia.org/r/66959 (Gerrit Change Iecaa078835777625eca5d35dbb6ece19de1e8b29)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links