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

The Bug #433 seems not to be fixed. #584

Closed
svendu opened this issue Jul 10, 2018 · 3 comments
Closed

The Bug #433 seems not to be fixed. #584

svendu opened this issue Jul 10, 2018 · 3 comments

Comments

@svendu
Copy link

svendu commented Jul 10, 2018

The Bug #433 does still exist in the latest version available with nuget. You can still reproduce it with the sample attached to the old bug.
If both GroupBoxes are not collapsed, clicking one button will uncheck the others. If one GroupBox is set to collapsed clicking a button in the uncollapesed GroupBox will leave the button in the collapsed GroupBox checked and vice versa.


Environment

  • Fluent.Ribbon v6.1.0.233
  • Windows 10
  • .NET Framework 4.6.2
@batzen
Copy link
Member

batzen commented Jul 10, 2018

It behaves exactly the same as a regular RadioButton.
Removing the dependency on KeyboardNavigation.GetVisualRoot will cause ToggleButton to behave differently than RadioButton.
Please have a look at https://referencesource.microsoft.com/#PresentationFramework/src/Framework/System/Windows/Controls/RadioButton.cs,136.

I don't know how this should be fixed for the regular RadioButton. Any suggestions?

@batzen
Copy link
Member

batzen commented Jul 18, 2018

@svendu ping

@svendu
Copy link
Author

svendu commented Jul 25, 2018

Sorry, for replying so late. To be honest, I have no idea either. I'll take a look and we'll see if I can come up with something.

@batzen batzen closed this as completed Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants