Page MenuHome GnuPG

open new windows on top layer
Open, NormalPublic

Description

the add-in opens its window (viewer, reencryption dialog etc.) often behind the browser. this is hard to notice, looks like nothing happened. new windows should be opened in the foreground.

Event Timeline

m.eik triaged this task as Normal priority.Thu, Jun 12, 12:24 PM
m.eik created this task.

A bit tricky to fix unfortunately, making the window active is not really possible on Windows. See https://doc.qt.io/qt-6/qwidget.html#activateWindow but there seems to be some tricks one can use: https://forum.qt.io/topic/1939/activatewindow-does-not-send-window-to-front/11?_=1750663659477

I'll try some of them