From a97f0155135bc9b9f1e14bb57c50b1e799d66343 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 21 Oct 2005 12:56:29 +0000 Subject: [PATCH] Tab-insert works now with Internet Explorer, too. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1659 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/include/focus.js b/html/include/focus.js index 2629d7d86..9144c7c94 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -125,7 +125,7 @@ if (netscape){ document.captureEvents(Event.KEYPRESS); document.onkeypress= keyPress; } else { - document.onkeypress= keyPress; + document.onkeydown= keyPress; } function hide(element) { -- 2.30.2