-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Code Health: Cleanup manual StartBringIntoView once fixed in WinUI #8833
Copy link
Copy link
Open
Labels
Area-CodeHealthIssues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Metadata
Metadata
Assignees
Labels
Area-CodeHealthIssues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
As a part of a workaround for microsoft/microsoft-ui-xaml#3945 we have introduced a manual call to
StartBringIntoView(#8832).We would like to cleanup this code, once the fix is introduced in the TabView.
There is already a PR for the upstream issue here: microsoft/microsoft-ui-xaml#3966.