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
At step 2, you will see that the button is still in its "pressed" state.
At step 3, the Click event handler will execute even though you didn't click on the button. This is because the button is still capturing the mouse pointer.
Expected behavior
The button registers pointer release and behaves in the same way as it does on Windows.
Environment
OS: Mac OS
Avalonia-Version: 11.0.7
The text was updated successfully, but these errors were encountered:
Create this button in a window:
At step 2, you will see that the button is still in its "pressed" state.
At step 3, the
Click
event handler will execute even though you didn't click on the button. This is because the button is still capturing the mouse pointer.Expected behavior
The button registers pointer release and behaves in the same way as it does on Windows.
Environment
The text was updated successfully, but these errors were encountered: