https://bugzilla.wikimedia.org/show_bug.cgi?id=31011
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Jon <[email protected]> 2012-03-06 16:36:20 UTC --- Images will be loaded as encountered in the html regardless of whether they are hidden by css. To avoid this clicking toggle section would need to request the section from the server via an ajax call to the api and render on the callback rather than just adding a class to the document as it currently does. An alternative would be for the api to set data-src on any images encountered and remove the src attribute and for javascript to set src attribute to data-src on the images on a toggle. -- 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
