Comment 1 for bug 1459362

Revision history for this message
Daniel d'Andrada (dandrader) wrote : Re: DirectionalDragArea lets a long press event through when a drag is detected

The log tells that 104 milliseconds have passed between the moment you landed your finger on the screen (10035) and the moment DirectionalDragArea recognized the gesture and grabbed the touch (10139). So much earlier than the 500 ms deadline for a longpress event to occur.

Could you please add a debug print (eg qDebug) at the moment your code notices a long press event? That way we would be able to see at what point in the log it happened.