https://bugzilla.wikimedia.org/show_bug.cgi?id=20498





--- Comment #18 from Roan Kattouw <roan.katt...@gmail.com>  2009-09-27 17:31:49 
UTC ---
(In reply to comment #17)
> I am not sure what that means or implicates :-)
> 

$j(document).focus(function(e){console.log(e);}); means: whenever the document
received a focus event, log the event object to the Firebug console. Upon
clicking the regex buttons, two log lines corresponding to focus event objects
appear in the console, which means that clicking the regex button somehow
causes a focus on the document even though the enhanced toolbar isn't enabled.

Note that this requires viewing the edit form with Vector and having
EditWarning enabled, otherwise jQuery won't be loaded and $j won't be defined.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to