]> matita.cs.unibo.it Git - helm.git/commitdiff
more tests with keyboard events.
authorWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 13 Jul 2011 14:25:54 +0000 (14:25 +0000)
committerWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 13 Jul 2011 14:25:54 +0000 (14:25 +0000)
matitaB/matita/matitaweb.js

index 5cd0fef8211a0f7d4d499ce8860ee5ef48fb8a25..e6286085a1a828f50e976b1045e22bdacc32ffb8 100644 (file)
@@ -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)