mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 18:16:28 +00:00
## Summary of the Pull Request Fixes a denial of service by a toddler with an Xbox controller wanting to play Forza. They can impatiently press up and down and close out the terminal window. Issue is upstream in WinUI, but I think this gathers things into a state where Terminal can at least recover by adding a `GettingFocus` handler on the `TabViewItem` that cancels that gamepad focus move before it reaches the framework handler. ## References and Relevant Issues Issue #19671 and #20089 ## Validation Steps Performed Handed a controller to my toddler while working in terminal. I also banged on the keys myself. ## PR Checklist Closes #19671 Closes #20089