Page MenuHome GnuPG

GpgOL: Window resize on forwarding
Open, NormalPublic

Description

On forwarding mails, I see strange behavior of the outlook window, if it is full- or at least half-screen-sized.
This happens only if I send encyrpted. At first it was usually a ~2 second enlargement of the window:

After I started testing with half-sized window, it now mostly disappears behind an other open window and resizes permanently:

Event Timeline

aheinecke added a subscriber: aheinecke.

Yes I have to look at this again. This resize stuff is code in GpgOL, which was intended to trigger UI redraws / updates of Outlook. Because it otherwise would not show our current state but something in the cache. And there is no "Redraw UI" Api. The Resize trick is something I got from stack overflow but it should be only 20px (seriously smaller px values cause no redraw) But there is a bug here when it is maximized I think.