JürgenB: HTML 5 Drag und Drop API - dropEffect

Beitrag lesen

Hallo Rolf,

Safari-Console:

[Log] DragEnter: none of possible copyMove (ddquiz.js, line 117)
[Log] DragLeave: none of possible copyMove (ddquiz.js, line 125)
[Log] DragEnter: none of possible copyMove (ddquiz.js, line 117)
[Log] DragOver: copy of possible copyMove (ddquiz.js, line 109, x51)
[Log] DragLeave: none of possible copyMove (ddquiz.js, line 125)
[Log] DragEnter: none of possible copyMove (ddquiz.js, line 117)
[Log] DragOver: copy of possible copyMove (ddquiz.js, line 109, x238)

MacOS-Firefox-Console:

Uncaught TypeError: dZone.classList is undefined
    getDropzone http://quiz.borchmann.one/ddquiz.js?bust=2:135
    handleDragEnterEvent http://quiz.borchmann.one/ddquiz.js?bust=2:114
    EventListener.handleEvent* http://quiz.borchmann.one/ddquiz.js?bust=2:215
ddquiz.js:135:11
DragEnter: move of possible uninitialized ddquiz.js:117:15
Uncaught TypeError: dZone.classList is undefined
    getDropzone http://quiz.borchmann.one/ddquiz.js?bust=2:135
    handleDragLeaveEvent http://quiz.borchmann.one/ddquiz.js?bust=2:122
    EventListener.handleEvent* http://quiz.borchmann.one/ddquiz.js?bust=2:216
ddquiz.js:135:11
DragOver: copy of possible uninitialized ddquiz.js:109:15
DragEnter: move of possible uninitialized ddquiz.js:117:15
DragLeave: none of possible uninitialized ddquiz.js:125:15
DragOver: copy of possible uninitialized 5 ddquiz.js:109:15
DragEnter: move of possible uninitialized ddquiz.js:117:15
DragLeave: none of possible uninitialized ddquiz.js:125:15
DragOver: copy of possible uninitialized 4 ddquiz.js:109:15
DragLeave: none of possible uninitialized ddquiz.js:125:15
DragEnter: move of possible uninitialized ddquiz.js:117:15
DragOver: copy of possible uninitialized 43 ddquiz.js:109:15
DragLeave: none of possible uninitialized ddquiz.js:125:15
DragEnter: move of possible uninitialized ddquiz.js:117:15
DragOver: copy of possible uninitialized

Gruß
Jürgen