Hello,
The scenario is:
The user is operating in a modal dialogue and there is an error to be reported via a popover which is not part of the dialogue.
The problem is: if the modal dialogue is there when the popover opens, the popover will immediately close itself.
After some research, it seems to me the reason is:
The modal dialogue will keep the focus even if the popover opens after it so the popover does not have the focus.
Then the auto close feature of popover (enabled by default) will get in and close the popover.
The question is:
Is it possible to focus the popover (with auto close enabled) which opens when there is already a modal dialogue?
I am very grateful for any suggestions!
Best regards,
Riverlei