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

Fix stale focus rects left in UI when last focusable component is removed #14359

Merged
merged 3 commits into from
Feb 27, 2025

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Feb 20, 2025

When the focused component is removed from the tree it attempts to move focus somewhere else. If there is no other focusable component, then focus does not get moved, which causes the focus rect to be left in the UI.

Microsoft Reviewers: Open in CodeFlow

@acoates-ms acoates-ms requested a review from a team as a code owner February 20, 2025 23:34
@TatianaKapos
Copy link
Contributor

/azp run PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@acoates-ms acoates-ms enabled auto-merge (squash) February 27, 2025 00:49
@acoates-ms acoates-ms merged commit c8de27f into microsoft:main Feb 27, 2025
62 checks passed
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.

2 participants