https://bugzilla.wikimedia.org/show_bug.cgi?id=49626
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low Status|UNCONFIRMED |NEW CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from Bartosz Dziewoński <[email protected]> --- Confirming. This seems to be caused by unconditionally creating the default toggler with its event handler even if it's not actually inserted into the document (custom togglers are used, like in your example). Commenting out lines 292-295 in /resources/jquery/jquery.makeCollapsible.js in the current MW master fixes the leak (although obviously breaks the code). It should be a reasonably easy fix to not create the toggler if not needed. -- 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
