You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you close a parent dialog which has a nested dialog open, the nested dialog becomes invisible the next time you open the parent dialog, it prevents all input because only the nested dialog PART_ContentCoverGrid is visible:
with.transitions.mp4
This seems to work fine with TransitionAssist.DisableTransitions="True":
I'm not sure if this is even desired behavior, I assumed that all nested dialogs would close when parent is closed.
Hope I described the issue clearly, its a little bit hard to explain.
Version
5.1.0
The text was updated successfully, but these errors were encountered:
Bug explanation
When you close a parent dialog which has a nested dialog open, the nested dialog becomes invisible the next time you open the parent dialog, it prevents all input because only the nested dialog
PART_ContentCoverGrid
is visible:with.transitions.mp4
This seems to work fine with
TransitionAssist.DisableTransitions="True"
:without.transitions.mp4
Steps:
Root
dialogRoot
dialog opensInner
dialogRoot
dialogRoot
dialogI'm not sure if this is even desired behavior, I assumed that all nested dialogs would close when parent is closed.
Hope I described the issue clearly, its a little bit hard to explain.
Version
5.1.0
The text was updated successfully, but these errors were encountered: