Code

Tab-insert works now with Internet Explorer, too.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Oct 2005 12:56:29 +0000 (12:56 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Oct 2005 12:56:29 +0000 (12:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1659 594d385d-05f5-0310-b6e9-bd551577e9d8

html/include/focus.js

index 2629d7d86f8f3e9f48ad08695bc47fad4bb673f1..9144c7c94996ee585876fe8c2901b616ec182010 100644 (file)
@@ -125,7 +125,7 @@ if (netscape){
   document.captureEvents(Event.KEYPRESS);
        document.onkeypress= keyPress;
 } else {
-       document.onkeypress= keyPress;
+       document.onkeydown= keyPress;
 }
 
 function hide(element) {