https://bugzilla.wikimedia.org/show_bug.cgi?id=20498
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Roan Kattouw <[email protected]> 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
