You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command set to an hyperlink using HyperlinkExtensions.Command attached property is always executed. It does not consider the ICommand.CanExecute() value.
Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
Steps to reproduce the behavior:
Attach a disabled command to an Hyperlink control using HyperlinkExtensions.Command
Click on the link
Observe that the command is executed
Expected behavior
The attached command should not be executed.
Environment
NuGet Package(s): 6.0.0.0
Package Version(s):
The text was updated successfully, but these errors were encountered:
Hello vgromfeld, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Describe the bug
The command set to an hyperlink using
HyperlinkExtensions.Command
attached property is always executed. It does not consider theICommand.CanExecute()
value.Steps to Reproduce
Steps to reproduce the behavior:
Hyperlink
control usingHyperlinkExtensions.Command
Expected behavior
The attached command should not be executed.
Environment
NuGet Package(s): 6.0.0.0
Package Version(s):
The text was updated successfully, but these errors were encountered: