зеркало из https://github.com/mozilla/pjs.git
increase time for tipClose so that IE users get a chance to read the
popup windows while javascript fights for focus.
This commit is contained in:
Родитель
1d2060546c
Коммит
6d7ef91e52
|
@ -12,8 +12,8 @@
|
|||
# http://www.webreference.com/dhtml/hiermenus/
|
||||
|
||||
|
||||
# $Revision: 1.4 $
|
||||
# $Date: 2000-09-01 18:39:49 $
|
||||
# $Revision: 1.5 $
|
||||
# $Date: 2000-09-22 14:55:12 $
|
||||
# $Author: kestes%staff.mail.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MajorCoolWindow.pm,v $
|
||||
# $Name: $
|
||||
|
@ -186,7 +186,7 @@ $header .=<<EOF;
|
|||
tipColor = "#FFFF80"; // yellow background
|
||||
// Timing
|
||||
tipOpen = 150; // open msecs after mouseover
|
||||
tipClose = 50; // close msecs after mouseout
|
||||
tipClose = 800; // close msecs after mouseout
|
||||
tipFactor = 2; // est: chars read in 1 msec
|
||||
// Null defaults
|
||||
tipWin = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче