Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Incomplete
-
Affects Version/s: 5.12.10
-
Fix Version/s: None
-
Component/s: GUI: Drag and Drop, Widgets: Widgets and Dialogs
-
Labels:None
-
Environment:Windows, X11
-
Platform/s:
Description
When clicking and dragging on a DISABLED QGraphicsView component on a QMainiWndow, the whole application is moved. This happens with the component at ANY level, from central widget down to any level (this works even on complex UI hierarchies, doesn't matter if containers are enabled or disabled).
Attached are 4 files for demonstrating the issue.
The expected behayiour would be the events (clicking + dragging) to be ignored as it happens with ANY other disabled component (buttons, anything else)
Instead, the WHOLE application moves.