Changeset 606
- Timestamp:
- 08/01/07 04:24:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck_ie.js
r602 r606 109 109 } 110 110 111 function Doc_CancelDefault() 112 { 111 function Doc_CancelDragDefault() 112 { 113 if ( FCK._MouseDownFlag ) 114 return ; 113 115 FCK.EditorWindow.event.returnValue = false ; 114 116 } … … 124 126 125 127 // Intercept drop operations 126 this.EditorDocument.body.attachEvent( 'ondragenter', Doc_CancelD efault ) ;127 this.EditorDocument.body.attachEvent( 'ondragover', Doc_CancelD efault ) ;128 this.EditorDocument.body.attachEvent( 'ondragenter', Doc_CancelDragDefault ) ; 129 this.EditorDocument.body.attachEvent( 'ondragover', Doc_CancelDragDefault ) ; 128 130 this.EditorDocument.body.attachEvent( 'ondrop', Doc_OnDrop ) ; 129 131
Note: See TracChangeset
for help on using the changeset viewer.
