https://bugzilla.wikimedia.org/show_bug.cgi?id=31945
--- Comment #3 from Brion Vibber <[email protected]> 2011-10-26 00:52:39 UTC --- It looks to me like jquery.makeCollapsible.js when running at initialization time for things meant to be pre-collapsed is... a little funky. It first does a toggleElement to collapse it with the 'instant' mode on, then it calls the click() handler, which via toggleLinkDefault ends up doing another toggleElement call, this time without the 'instant' mode on -- and that appears to start up a fade-out animation for each (already hidden) row. This could perhaps be slowing things down. :) -- 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
