From ea8dedf5eb1b038357405bf58ca67a94d203dcd1 Mon Sep 17 00:00:00 2001 From: Darren Hoehna Date: Tue, 9 Apr 2024 15:28:57 -0700 Subject: [PATCH 1/5] Removing the first item from tab stop --- .../DevHome.SetupFlow/Views/DevDriveView.xaml | 2 +- .../DevHome.SetupFlow/Views/DevDriveView.xaml.cs | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml b/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml index 6db32e637f..8396f51778 100644 --- a/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml +++ b/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml @@ -54,7 +54,7 @@ - - + + + + - { - var option = new FindNextElementOptions(); - option.SearchRoot = GoToLearnMoreHyperlink; - - // An invisible element above the hyperlink is eating a tab. - // Set IsTabStop to false to prevent users having to double-tab to get to the first - // focusable element. - var focusableElement = FocusManager.FindNextElement(FocusNavigationDirection.Up, option); - focusableElement.SetValue(IsTabStopProperty, false); - }; } } From 7b63fa235826ef1f905ab5b9a6ed64271af3219c Mon Sep 17 00:00:00 2001 From: Darren Hoehna Date: Wed, 10 Apr 2024 12:23:06 -0700 Subject: [PATCH 5/5] Reverting DevDriveView. --- .../DevHome.SetupFlow/Views/DevDriveView.xaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml b/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml index ee85cea2f7..6db32e637f 100644 --- a/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml +++ b/tools/SetupFlow/DevHome.SetupFlow/Views/DevDriveView.xaml @@ -51,10 +51,15 @@ The comment tags and the spaces Before the Run tags are necessary so the clickable area of the hyperlink does not extend to edge of the grid column, and instead stay only over the text. --> - - - - + +