https://bugzilla.wikimedia.org/show_bug.cgi?id=40322
--- Comment #1 from Krinkle <[email protected]> 2012-09-18 03:52:01 UTC --- Nice catch, yes we should implement that! The window focus/blur events can be used to detect switches to other tabs and windows. $(window).on({ blur: function () {}, focus: function () {} }); -- 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
