some bug fixes and preparing for 6.5.4 bugfix cycle

This commit is contained in:
JT Smith 2005-03-22 16:00:58 +00:00
parent 69d43e28c8
commit e972d70ee7
9 changed files with 515 additions and 165 deletions

View file

@ -13,7 +13,8 @@ function Display() {
this.focusObjects = new Array();
this.overObjects = new Array();
this.topLevelElement=this.dom? "HTML" : "BODY"
//this.topLevelElement=this.dom? "HTML" : "BODY"
this.topLevelElement="HTML";
this.scrollJump = 25;
this.dragEnabled = false;
this.dragStart = Display_dragStart;