Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv15514/tests
Modified Files:
_drag_frame1.html
Log Message:
Drag event across frames fix. Simply cancel mousemove events that do not come from the document were the dragged layer belongs.
Index: _drag_frame1.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/tests/_drag_frame1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** _drag_frame1.html 2001/11/06 09:36:48 1.1
--- _drag_frame1.html 2001/11/06 10:17:02 1.2
***************
*** 38,44 ****
documents loaded in it.<BR><BR>All the dynAPI code is in
_drag_frame1.html (this page).<BR>_drag_frame2.html is
! empty.<BR>In the enableDragEvents code in DynAPI 2.55a file dragevents.js is
! flawed, as it doesn't allow adding a dragevent to another frame. <BR>
! This page tests it.
<BR>If the dynlayer has been created, it gets the dyndocument
--- 38,43 ----
documents loaded in it.<BR><BR>All the dynAPI code is in
_drag_frame1.html (this page).<BR>_drag_frame2.html is
! empty. Layers are created in both frames and made draggable using
! the dragevent extension.
<BR>If the dynlayer has been created, it gets the dyndocument
|