Community
Participate
Working Groups
The opened window is in principle resizable. However, the moment the user tries to resize it, the window is closed. An analysis of the problem showed that it is caused by the focus-lost detection. On my machine (Linux/kde4), the focus lost event is already emitted when the window resize-handles are selected (the focus would be regained afterwards, but currently the window is already closed). The trigger of the focus-lost event is apparently platform specific (as resizing if possible on Windows) and additional checks are required before closing the window.
Perform additional checks before closing the window.