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

            Bug ID: 73079
           Summary: Special:CX does not load on beta labs
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ContentTranslation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Here is what I found. Document is in BackCompat mode because this is at the
beginning of the html:
<noscript><img
src="//en.wikipedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/start?type=1x1"
alt="" title="" width="1" height="1" style="border: none; position: absolute;"
/></noscript>

This causes jQuery migrate to show a warning:

if ( document.compatMode === "BackCompat" ) {
    // jQuery has never supported or tested Quirks Mode
    migrateWarn( "jQuery is not compatible with Quirks Mode" );
}

migrateWarn() uses mw.track, which is not yet defined, causing JavaScript
error.

-- 
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