Skip to content

Qt 5 "deactivates" the window once you stop moving it around #472

Open
@guihkx

Description

@guihkx

Sorry for the terrible title, but I don't know how to better describe it. 😄

Basically, after the introduction of startSystemMove(), after you finish moving the window, Qt 5.15 seems to "deactivate" the window (tested only on Linux at the moment), and you can't "interact" with any of the UI elements using the mouse, unless you activate the window again.

Still lost? Hopefully the videos below will explain this better. 😅

Steps to reproduce

  1. Drag the window around a bit
  2. Release it
  3. Hover over any UI elements inside the window (e.g. trash icon, buttons, notes list, etc.)

Current behavior

You can not interact with UI elements right away using your mouse, you must first click on the window to "re-activate" it:

qt5.15-startsystemmove.mp4

Expected behavior

You should still be able to interact with UI elements using your mouse, like this (Qt 6.3):

qt6.3-startsystemmove.mp4

I haven't found a workaround for this yet...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions