Comment 1 for bug 1229876

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote : Re: QML drag & drop support is broken (crashes)

After some further debugging, this seems to be the offending line:

    Drag.active: dragArea.drag.active

Without it, the crash goes away and dragging works in Ubuntu Touch too.