https://bugzilla.wikimedia.org/show_bug.cgi?id=41453
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|mw.loader.using do not call |Sometimes mw.loader.load do |any of the ready/error |not load anything and |callbacks in debug mode |mw.loader.using do not call | |any of the ready/error | |callbacks Severity|normal |major --- Comment #4 from [email protected] 2012-11-09 02:03:38 UTC --- This is more broken than I though... :-( I tried again on my local copy of MW (after using "git pull origin master"), and I randomly see either: * No callbacks being executed; * The ready callback. And this was NOT in debug mode. Also, I added the line mw.loader.load('ext.gadget.bug41453b'); to the gadget and created "MediaWiki:Gadget-bug41453b.js". Then, in the exact same situations where the mw.loader.using failed to execute the callbacks, mw.loader.load didn't load the 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
