|
From: Jordi M. <do...@us...> - 2001-11-06 10:17:04
|
Update of /cvsroot/dynapi/dynapi/src
In directory usw-pr-cvs1:/tmp/cvs-serv15514/src
Modified Files:
dynapi.js
Log Message:
Drag event across frames fix. Simply cancel mousemove events that do not come from the document were the dragged layer belongs.
Index: dynapi.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/dynapi.js,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** dynapi.js 2001/11/05 17:47:55 1.44
--- dynapi.js 2001/11/06 10:17:02 1.45
***************
*** 69,73 ****
this.invokeEvent("beforeremove");
this.specificRemove();
! this.created = false;
this.invokeEvent("remove");
this.invokeEvent("delete");
--- 69,73 ----
this.invokeEvent("beforeremove");
this.specificRemove();
! this.precreated = this.created = false;
this.invokeEvent("remove");
this.invokeEvent("delete");
|