Details
Description
The scroll bars in a QWebEngineView behave strangely when dragging the scroll handle and releasing the mouse button outside of the application window. The scrollbar looks and acts just as if the mouse button was still pressed. Clicking on the scrollbar seems to restore its state.
The issue can be reproduced with the "WebEngine Quick Nano Browser" example. Start the program and grab the scrollbar handle on the vertical scrollbar, then move the mouse outside of the application window and let go of the mouse button. The scrollbar handle will still act as if the mouse button is pressed, even when the cursor reenters the application.
Tested on Qt 5.11.1 (msvc2017_64)
Attachments
Issue Links
- relates to
-
QTBUG-27871 Handling of mouse enter/leave events differs across platforms
- Reported
-
QTBUG-27283 QCompleter popup captures the mouse and doesn't release even when clicked outside the popup as one would expect.
- Closed