Page MenuHomePhabricator

Javascript error: this._mouseInit is not a function
Closed, ResolvedPublic

Description

When I go to the page
http://commons.wikimedia.org/wiki/Sequence:Wikij%C3%BAnior:Alfabeto_dos_animais

and click "edit", I get the error:

this._mouseInit is not a function
http://commons.wikimedia.org/w/extensions/UsabilityInitiative/js/js2stopgap/jui.combined.min.js

Line 38

The line 38 is this:

this.element[0].style.position='relative';(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit();},destroy:function(){if(!this.element.data('draggable'))return;this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable"

My browser is:
Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

And the version of script shown in Firebug is:
mwEmbed:remote: r180


Version: unspecified
Severity: enhancement
URL: http://commons.wikimedia.org/wiki/Sequence:Wikij%C3%BAnior:Alfabeto_dos_animais

Details

Reference
bz26456

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:18 PM
bzimport set Reference to bz26456.

mdale wrote:

this is a duplicate of the bug 25491 It has to do with a javascript conflict between jquery ui versions. This is resolved locally and should be live once I deploy the update ( soon )

*** This bug has been marked as a duplicate of bug 25491 ***