Last modified: 2010-12-28 20:10:27 UTC
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
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 ***