The application suffers from wrong (or no) parenting of pop-up windows. It's therefore not seldom that the main window overlays a pop-up message shown by a worker thread, leading to confusion whether the app has stuck or is still working (whereas it's just waiting for user's input).
This issue is therefore to amend parenting of pop-up messages, dialogs etc., so that they are always visible when they show up.
The application suffers from wrong (or no) parenting of pop-up windows. It's therefore not seldom that the main window overlays a pop-up message shown by a worker thread, leading to confusion whether the app has stuck or is still working (whereas it's just waiting for user's input).
This issue is therefore to amend parenting of pop-up messages, dialogs etc., so that they are always visible when they show up.