some bug fixes and preparing for 6.5.4 bugfix cycle
This commit is contained in:
parent
69d43e28c8
commit
e972d70ee7
9 changed files with 515 additions and 165 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue