-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Button events inside split button do not fire when ClosePopupOnMouseDownDelay = 0 #1227
Comments
Thank you for looking into this bug. I had one related question - Is there any way to incorporate the changes you have made through GitHub? Alternatively, do you have an estimate of when the next release will be that will incorporate this change? |
I just release a new preview version (11.0.0-alpha0287) |
Thank you! I just updated to 11.0.0-alpha0287 and am still not getting the button fire when using a ClosePopupOnMouseDownDelay = 0. Is there something different I need to do to make this work? |
It worked in all cases i tried. |
Here is a very basic setup I am using:
It works when the delay is set to 100, but not when it is 0. Please let me know if I am doing something wrong. Thank you greatly for your help. |
I now enforce a minimum of 100 ms. |
I have a button within a Split Button that has an event to open a Window. Since I would like the Split Button menu to close immediately after clicking the button, I have set the delay to 0 as shown below. However, the event never fires. When I set the delay to 50, it sometimes fires, and when it is 100 or greater, it always fires.
Visual Studio 2022
The text was updated successfully, but these errors were encountered: