Increased default Javascript Menu Timeout from 1,5 to 3 seconds.

We should proberly make this a configureable option
This commit is contained in:
Andre Lorbach 2008-09-17 17:52:41 +02:00
parent 6de2f6328d
commit 8b71df037c
2 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,7 @@
position: absolute;
top: 12px;
left: 4px; /* to position them to the right of their containing block */
width: auto; /* width is based on the containing block */
width: 400; /* width is based on the containing block */
}
div#menu ul ul,

View File

@ -161,7 +161,7 @@ function toggleFormareaVisibility(FormFieldName, FirstHiddenArea, SecondHiddenAr
// helper array to keep track of the timeouts!
var runningTimeouts = new Array();
var defaultMenuTimeout = 1500;
var defaultMenuTimeout = 3000;
/*
* Toggle display type from NONE to BLOCK
*/
@ -235,7 +235,6 @@ function DebugShowElementsById(ObjName)
}
}
/*
* Detail popup handling functions
*/