From: Wilmer Ricciotti Date: Wed, 13 Jul 2011 14:25:54 +0000 (+0000) Subject: more tests with keyboard events. X-Git-Tag: make_still_working~2388 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=0396a6069b8e3140bf39778c46b273e9fb2f8947;p=helm.git more tests with keyboard events. --- diff --git a/matitaB/matita/matitaweb.js b/matitaB/matita/matitaweb.js index 5cd0fef82..e6286085a 100644 --- a/matitaB/matita/matitaweb.js +++ b/matitaB/matita/matitaweb.js @@ -106,7 +106,7 @@ function keypress(e) { if (!e) e= event; pressmesg('keypress',e); - return suppressdefault(e,/*document.testform.keypress.checked*/ false); + return suppressdefault(e,/*document.testform.keypress.checked*/ true); } function debug(txt)