Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/DropDownButto… #1401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bozalina
Copy link

@bozalina bozalina commented Nov 3, 2018

…n/Implementation/DropDownButton.cs

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

fixes #1400

…n/Implementation/DropDownButton.cs

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
@XceedBoucherS
Copy link
Collaborator

This will be included in v3.8.

jogibear9988 added a commit to dotnetprojects/WpfExtendedToolkit that referenced this pull request Nov 18, 2018
Repository owner deleted a comment from mugensli1080 Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DropDownButton closes when nested Popup closes
3 participants