Skip to content

fix(ui): build correctly notification dialog

Evguenia SOBINE requested to merge fix-ui-build-correctly-notification-dialog into dev

Description

Fix the way notification dialog displays. Search for the parent widget and assign it when it is not active.

How to test it?

Test apps with notification dialogs.
For example when we open a file browser and select a wrong file, the notification dialog should be displayed on the parent widget even if it is not active.

Merge request reports