ubports / unity8

The operating environment for everywhere. Lomiri development has moved to https://gitlab.com/ubports/development/core/lomiri
https://lomiri.com/
GNU General Public License v3.0
722 stars 99 forks source link

qml: Unfocus launcher when dismissing Drawer #455

Closed fredldotme closed 1 year ago

fredldotme commented 1 year ago

Until now, when pressing the Super key on a keyboard, the Launcher's focus state was still set to true, causing windows not to receive input events.

Unfocus the Launcher in order to cause the Stage to re-evaluate the new focus state, leading to windows receiving events again.

kugiigi commented 1 year ago

Is this a fix for #351 ? So maybe that could be closed as well as my old PR :sweat_smile:

Flohack74 commented 1 year ago

No clue @kugiigi can you test it?