http://codepen.io/poda/pen/XXoKeE
in this example, we added imageDragging to be false which causes the allowedTypes to be empty for the file dragging extension. No file can be dragged onto the editting area, however the dragNdrop events are still captured and related styles are being applied.
This is especially problematic, when you want its parent to handle DragNDrop events.