-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Regression in v2.0: Effect of parent's IsEnabled on DropDownButton #3811
Comments
yjagota
added a commit
to yjagota/MahApps.Metro
that referenced
this issue
May 26, 2020
yjagota
added a commit
to yjagota/MahApps.Metro
that referenced
this issue
May 26, 2020
punker76
added a commit
that referenced
this issue
May 26, 2020
The DropDownButton doesn't toggle to enabled again if the parent control toggles their IsEnabled property.
punker76
added a commit
that referenced
this issue
May 26, 2020
The SplitButton doesn't toggle to enabled again if the parent control toggles their IsEnabled property.
punker76
added a commit
that referenced
this issue
May 26, 2020
- DropDownButtonShouldRespectParentIsEnabledProperty - SplitButtonShouldRespectParentIsEnabledProperty
punker76
added a commit
that referenced
this issue
May 26, 2020
…abled-Fix Fix parent IsEnabled behavior for DropDownButton and SplitButton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
If a parent containing a
DropDownButton
has a boundIsEnabled
property, and the property is switched to disabled and enabled again, theDropDownButton
remains disabled. This only happens in v2.0.0 but works as expected in v1.6.5.Expected behavior
The
DropDownButton
should be enabled again when parent'sIsEnabled
is set totrue
.Environment:
Repo
https://github.com/yjagota/MahAppsTest
The text was updated successfully, but these errors were encountered: