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.
Description
Description
Event Timeline
Comment Actions
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