Last modified: 2014-11-06 12:32:40 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 T75079, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 73079 - Special:CX does not load on beta labs
Special:CX does not load on beta labs
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
ContentTranslation (Other open bugs)
master
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-06 12:27 UTC by Niklas Laxström
Modified: 2014-11-06 12:32 UTC (History)
10 users (show)

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


Attachments

Description Niklas Laxström 2014-11-06 12:27:53 UTC
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.
Comment 1 Niklas Laxström 2014-11-06 12:32:40 UTC
I filed bug 73080 for the last part. Our real problem is however the HTML code from CentralAuth appearing in a wrong place.

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


Navigation
Links