-
Notifications
You must be signed in to change notification settings - Fork 550
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 #8581 - WPF crash on clicking container with select action #8612
base: main
Are you sure you want to change the base?
Conversation
Hi @eyadon. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
2 similar comments
Hi @eyadon. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
Hi @eyadon. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
Staleness reset by jwoo-msft |
Hi @eyadon. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
Hi @eyadon. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
3207ffa
to
8c70194
Compare
Fixes #8581
Description
The RenderContext was crashing on validating inputs because Submit/Execute SelectActions were not registered in the SubmitActionCardId dictionary.
Sample Card
Here's a card with the previously crashing SelectActions.
How Verified
Verified that renderer no longer crashes when you click containers and columns with Visualizer.
Microsoft Reviewers: Open in CodeFlow