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:
kestes%staff.mail.com 2000-09-22 14:55:12 +00:00
Родитель 1d2060546c
Коммит 6d7ef91e52
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,8 +12,8 @@
# http://www.webreference.com/dhtml/hiermenus/ # http://www.webreference.com/dhtml/hiermenus/
# $Revision: 1.4 $ # $Revision: 1.5 $
# $Date: 2000-09-01 18:39:49 $ # $Date: 2000-09-22 14:55:12 $
# $Author: kestes%staff.mail.com $ # $Author: kestes%staff.mail.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MajorCoolWindow.pm,v $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MajorCoolWindow.pm,v $
# $Name: $ # $Name: $
@ -186,7 +186,7 @@ $header .=<<EOF;
tipColor = "#FFFF80"; // yellow background tipColor = "#FFFF80"; // yellow background
// Timing // Timing
tipOpen = 150; // open msecs after mouseover 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 tipFactor = 2; // est: chars read in 1 msec
// Null defaults // Null defaults
tipWin = null; tipWin = null;