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

Mac: Ensure controls only get mouse events when enabled #2495

Merged
merged 1 commit into from Jun 6, 2023

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jun 5, 2023

Wpf: Fix issues disabling some controls when they have a different container

This makes sure Mac platforms behave the same as others, when the control is disabled either directly or though the parent it should not get any MouseDown/Move/Up/Enter/Leave events, nor should it get focus when clicked (e.g. Drawable).

Wpf: Fix issues disabling some controls when they have a different container
@cwensley cwensley added the bug label Jun 5, 2023
@cwensley cwensley added this to the 2.8.0 milestone Jun 5, 2023
@cwensley cwensley merged commit a6088fa into picoe:develop Jun 6, 2023
3 checks passed
@cwensley cwensley deleted the curtis/fix-disabled-mouse-events branch June 6, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant