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

Adding containment on BreadcrumbBar fixes #8330

Merged
merged 4 commits into from
Mar 30, 2023

Conversation

bkudiess
Copy link
Contributor

@bkudiess bkudiess commented Mar 27, 2023

Adding containment on two cherry picked PRs:
Preventing repeater to reuse default layout #8246
Fix BreadcrumbBar KeyDown Handling #8272

Manually verified keys are working.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Mar 27, 2023
@kmahone kmahone force-pushed the user/bakudies/add-containment branch from 05ff29f to f01973a Compare March 27, 2023 22:32
@bkudiess bkudiess changed the title User/bakudies/add containment Adding containment on BreadcrumbBar fixes Mar 28, 2023
@bkudiess bkudiess marked this pull request as ready for review March 28, 2023 16:02
@@ -568,6 +608,54 @@ void BreadcrumbBar::OnChildPreviewKeyDown(const winrt::IInspectable&, const winr
return;
}
}
if(!Feature_Crumbs::IsEnabled())
{
args.Handled(HandleEdgeCaseFocus(false, args.OriginalSource()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this arg be 'true'?

@bkudiess bkudiess merged commit e59b403 into release/2.8cbs Mar 30, 2023
@bkudiess bkudiess deleted the user/bakudies/add-containment branch March 30, 2023 15:55
@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Jun 30, 2023
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

Successfully merging this pull request may close these issues.

3 participants