https://bugzilla.wikimedia.org/show_bug.cgi?id=20668
--- Comment #10 from Roan Kattouw <[email protected]> 2009-09-18 09:05:36 UTC --- (In reply to comment #9) > for ( msg in configuration.buttons ) { > configuration.buttons[gM( msg )] = configuration.buttons[msg]; > delete configuration.buttons[msg]; > } > > Find the bug! :) > Hehehe, interesting. This code adds new properties to the object being iterated on. Firefox doesn't loop over these newly added properties, IE8 does, causing it to grow the object indefinitely. Fix is underway. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
