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

Ryan Kaldari <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High

--- Comment #4 from Ryan Kaldari <[email protected]> 2012-05-11 07:32:16 
UTC ---
Looks like moving
importScript('MediaWiki:Common.js/edit.js');
outside of
mw.loader.using( 'mediawiki.util', function() {}
doesn't fix the problem, but loading the mwCustomEditButtons code directly in
MediaWiki:Common.js rather than via importScript('MediaWiki:Common.js/edit.js')
does fix the problem. The downside is that we would then be downloading this
extra Javascript code on every page view, which would consume more bandwidth.

Does anyone have any other ideas? Is there any way to make MediaWiki:Common.js
a dependency of the 'mediawiki.action.edit' ResourceLoader module?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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