https://bugzilla.wikimedia.org/show_bug.cgi?id=34594
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Enhanced toolbar shouldn't |Loading |be loaded by |ext.wikieditor.toolbar |"mw.loader.using('ext.wikiE |should not initialize it |ditor.toolbar',function(){} | |)" if "Enable enhanced | |editing toolbar" is | |disabled | --- Comment #4 from Krinkle <[email protected]> 2012-02-22 15:53:16 UTC --- Rephrasing bug summary: "Loading ext.wikieditor.toolbar should not initialize it". The call to $( '#wpTextbox1' ).wikiEditor(); should only be made when and if it is explicitly asked for. Further investigating I see that ext.wikiEditor.toolbar.js does indeed not call $( '#wpTextbox1' ).wikiEditor();, that code is in ext.wikiEditor.js, so how come that is executed? -- 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
