https://bugzilla.wikimedia.org/show_bug.cgi?id=41751
--- Comment #7 from Matt Walker <[email protected]> 2012-11-05 18:11:16 UTC --- It appears that at least in chrome JS/CSS are evaluated in the same thread. Assuming there's no priority scheduling going on that means we have to wait for everything else on the page to load... If we moved to a strategy where we hid the banner CSS by default and then reveal with JS we would delay display of the banners and go back to the banner bump problem which is just as much of a problem. Approaching it from an angle that we shouldn't inject DOM content until it's ready to be seen probably would work thought it would make banner creation much more of a PITA -- the banner HTML for initially hidden banners would have to be stored in a JS variable... Other ideas? -- 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
