QtWebEngine never receives the mouse release event as the mouse pointer is not in the Preview widget when the mouse is released, so the event is probably sent to the entire app itself or MainWindow. This is really a Qt issue as once the pointer goes outside the widget a mouse release event should be injected. Perhaps a bug introduced by drag and drop support. Not sure.
|