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

       Web browser: ---
            Bug ID: 49103
           Summary: Uncaught TypeError: Cannot read property 'shown' of
                    undefined ext.uls.interface.js:214
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: UniversalLanguageSelector
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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 );
            }
        } );

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to