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
If you place a Popup, such as one from a ComboBox, inside a DropDownButton and click outside the nested Popup, the DropDownButton's Popup closes as well.
To reproduce, place a ComboBox inside the DropDownButton sample in the explorer:
Run the explorer and open the ComboBox. Click outside the ComboBox's Popup, but within the DropDownButton's PopUp. Observe that the DropDownButton closes as well. It seems to be caused by the PreviewMouseDownOutsideCapturedElement event tunneling through the DropDownButton's Popup to the ComboBox's Popup.
The text was updated successfully, but these errors were encountered:
Checking if the mouse is outside the bounds of the DropDownButton when the PreviewMouseDownOutsideCapturedElement event tunnels through it to prevent the DropDownButton's Popup from closing if the event is caused by a child Popup
If you place a Popup, such as one from a ComboBox, inside a DropDownButton and click outside the nested Popup, the DropDownButton's Popup closes as well.
To reproduce, place a ComboBox inside the DropDownButton sample in the explorer:
Run the explorer and open the ComboBox. Click outside the ComboBox's Popup, but within the DropDownButton's PopUp. Observe that the DropDownButton closes as well. It seems to be caused by the PreviewMouseDownOutsideCapturedElement event tunneling through the DropDownButton's Popup to the ComboBox's Popup.
The text was updated successfully, but these errors were encountered: