https://bugzilla.wikimedia.org/show_bug.cgi?id=40792
--- Comment #1 from Krinkle <[email protected]> 2012-10-05 21:03:36 UTC --- That would be one way to work around it pushing down the page, however this will be fixed in the refactor of jquery.makeCollapsible which will do the initial collapse with CSS instead of JavaScript (so by the time the browser even considers jumping to a position, the collapsing has been long taken care of). This works because CSS applies retroactively and live. So when the html comes into the parser and is rendered by the browser, the state of expansion or collapse is already applied from the start, no transition. (this does use javascript, but not inside jquery.makeCollapsible, it will use .client-js .mw-collapsed) -- 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
