https://bugzilla.wikimedia.org/show_bug.cgi?id=45951
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jon <[email protected]> --- This is an interesting suggestion. I'd worry about a button at the top of the page however. I wonder if any of the design team can provide some input on how a user might be able to open all sections easily but not in a way that intrudes on users who have no need for it. I'm pretty sure in javascript we could detect a blur event on the window object and toggle open sections. $( window ).on( 'blur', function(){ $('h2').click(); } ) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
