Skip to content

Conversation

@akhera99
Copy link
Member

Had to remove the custom tab behavior which was meant to keep the user in the rename UI. Instead, I made the tab navigation cyclical and added TabStop and Focusable to every possible entry point.

Comment on lines +62 to +63
<Setter Property="IsTabStop" Value="True"/>
<Setter Property="Focusable" Value="True"/>
Copy link
Member

Choose a reason for hiding this comment

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

Nice job doing this in the style so it applies to all buttons here.

_viewModel.Cancel();
break;

case Key.Tab:
Copy link
Member

Choose a reason for hiding this comment

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

Bravo for also finding a way to do this directly versus us having to fight with the system.

@akhera99 akhera99 merged commit f53c15a into dotnet:main Nov 19, 2025
27 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants