Page MenuHomePhabricator

$.cookie / mw.util.getParamValue undefined in MediaWiki:Common.js
Closed, ResolvedPublic

Description

From http://labs.wikimedia.deployment.wmflabs.org/w/index.php?diff=249&oldid=237

I get the following Javascript error on http://en.wikipedia.deployment.wmflabs.org:

Uncaught TypeError: Object function (selector,context){return new jQuery.fn.init(selector,context,rootjQuery);} has no method 'cookie'

Seems like jQuery's cookie plugin isn't initialized properly. NOTE: This seems only apparent when enabling the MenuTabsToggle gadget (which uses cookies). (It does work in the Commons test wiki.) — Edokter (talk) — 14:19, 13 January 2012 (UTC)

More script errors (pointing to legacyWikibits) on enwiki:

Uncaught TypeError: Cannot call method 'getParamValue' of undefined
Uncaught TypeError: Cannot call method 'wikiUrlencode' of undefined

— Edokter (talk) — 14:44, 13 January 2012 (UTC)


Version: 1.20.x
Severity: normal

Details

Reference
bz33712
ReferenceSource BranchDest BranchAuthorTitle
repos/technical-documentation/techdoc-dashboard!16feature/limit-resultsdevelopkbachUse date for yesterday to filter results
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:00 AM
bzimport set Reference to bz33712.
bzimport added a subscriber: Unknown Object (MLST).

bumping to "high" since this code is slated for deployment soon

Same as bug 33711.

  • This bug has been marked as a duplicate of bug 33711 ***