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

Fix parent IsEnabled behavior for DropDownButton and SplitButton #3819

Merged
merged 3 commits into from
May 26, 2020

Conversation

punker76
Copy link
Member

@punker76 punker76 commented May 26, 2020

Describe the changes you have made to improve this project

The DropDownButton and SplitButton doesn't toggle to enabled again if the parent control toggles their IsEnabled property.

Unit test

  • DropDownButtonShouldRespectParentIsEnabledProperty
  • SplitButtonShouldRespectParentIsEnabledProperty

Closed Issues

Closes #3811

The DropDownButton doesn't toggle to enabled again if the parent control toggles their IsEnabled property.
The SplitButton doesn't toggle to enabled again if the parent control toggles their IsEnabled property.
@punker76 punker76 added this to the 2.x.x milestone May 26, 2020
- DropDownButtonShouldRespectParentIsEnabledProperty
- SplitButtonShouldRespectParentIsEnabledProperty
@punker76 punker76 merged commit c72febe into develop May 26, 2020
@punker76 punker76 deleted the fix/GH-3811-DropDownButton-IsEnabled-Fix branch May 26, 2020 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Regression in v2.0: Effect of parent's IsEnabled on DropDownButton
1 participant