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


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com




--- Comment #3 from Roan Kattouw <roan.katt...@gmail.com>  2009-09-09 11:53:39 
UTC ---
Would it be very difficult to hook into and block the textarea focus event?
Like:

$('#wpTextbox1').focus( function(e) {
        e.preventDefault(); // Don't actually focus
        // Maybe do more stuff here
});


-- 
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