QTextEdit (in fact QWidgetTextControl) wasn't resetting dndFeedbackCursor after moving it around during enter/move, since it isn't getting the drop event. So the cursor was stuck at the position of the last drag, forever.
QTextEdit (in fact QWidgetTextControl) wasn't resetting dndFeedbackCursor after moving it around during enter/move, since it isn't getting the drop event. So the cursor was stuck at the position of the last drag, forever.