We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076fedb commit 9a3b9aaCopy full SHA for 9a3b9aa
src/Uno.UI/UI/Xaml/Controls/Popup/Popup.WithPopupRoot.cs
@@ -95,6 +95,10 @@ partial void OnIsOpenChangedPartialNative(bool oldIsOpen, bool newIsOpen)
95
{
96
Canvas.SetZIndex(PopupPanel, Canvas.GetZIndex(this));
97
}
98
+ else
99
+ {
100
+ PopupPanel.ClearValue(Canvas.ZIndexProperty);
101
+ }
102
103
// It's important for PopupPanel to be visible before the popup is opened so that
104
// child controls can be IsFocusable, which depends on all ancestors (including PopupPanel)
0 commit comments