-
Notifications
You must be signed in to change notification settings - Fork 0
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
Focus is not set properly after clicking include/exclude comboBox #182
Comments
Relates to: #36 |
Observations
|
Caused by: #32 |
Relates to Material Design In Xaml: ComboBox XAML |
ObservationsIn the
When you move the mouse to the far left side of the
WPF Snoop shows that the textboxes
Solutions
|
…port for WPF CombBoxes #182
… WPF `ComboBox` will now receive focus when you click on the control. #182
…on post-build. A developer can now show "Help" and see the `About` dialog. #182
SolutionThe simplest solution was to rollback the MaterialDesignThemes NuGet package back to version
|
Steps to Reproduce
Expected Result
CombBox
should receive focus.Actual Result
CombBox
does not receive focus.Background
This bug started immediately after upgrading MaterialDesignInXaml to 4.1
At this point it might be worthwhile to consider downgrading.
The text was updated successfully, but these errors were encountered: