Thanks for your comprehensive answer! On Mon, 10 Feb 2014 10:45:58 -0800, Trevor Parscal wrote: > Looking at the timeline when loading the page, it appears that it is > initially drawn incorrectly, and then there is something that causes a > reflow about a second later which corrects it.
Sure, what you saw was this: https://github.com/improper/mediawiki-extensions-yasec/blob/c1abfd54e5d5ac01077b7860822949375e628a72/resources/ext.yasec.core.js#L9 The calendar was rerendered after 2.5s, which always resulted in a correct display. I reduced the delay to 0 now, which does also work and is an acceptable workaround for now. I don't have the time to debug it thoroughly. Sincerely, -- Steffen Beyer <[email protected]> _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
