This question is locked. New answers and comments are not allowed.
I have a DropDownButton with a ContextMenu. The button's ClickMode is set to Hover (menu opens when user hovers over the button). I want the menu to close when the user moves the mouse outside the menu - so, I set the menu's MouseLeave event to manually close the DropDownButton (.IsOpen = False).
This scenario only partially works. When I enter the button the menu opens and when I exit the menu to the left, right and bottom the menu closes. If I move my mouse back and forth between the button and menu the whole browser locks! It seems like a deadlock situation - button wants to open and the menu wants to close.
Any workarounds or other solutions?
Edit: I'm using the latest Q3-SP2 release.
This scenario only partially works. When I enter the button the menu opens and when I exit the menu to the left, right and bottom the menu closes. If I move my mouse back and forth between the button and menu the whole browser locks! It seems like a deadlock situation - button wants to open and the menu wants to close.
Any workarounds or other solutions?
Edit: I'm using the latest Q3-SP2 release.