Dustin L. Howett

Results 104 issues of Dustin L. Howett

``` TerminalAppLocalTests::TabTests::TryZoomPane [Failed] TerminalAppLocalTests::TabTests::MoveFocusFromZoomedPane [Failed] TerminalAppLocalTests::TabTests::CloseZoomedPane [Failed] TerminalAppLocalTests::TabTests::SwapPanes [Failed] TerminalAppLocalTests::TabTests::NextMRUTab [Failed] TerminalAppLocalTests::TabTests::VerifyCommandPaletteTabSwitcherOrder [Failed] TerminalAppLocalTests::TabTests::TestWindowRenameSuccessful [Failed] TerminalAppLocalTests::TabTests::TestWindowRenameFailure [Failed] TerminalAppLocalTests::TabTests::TestPreviewCommitScheme [Failed] TerminalAppLocalTests::TabTests::TestPreviewDismissScheme [Failed] TerminalAppLocalTests::TabTests::TestPreviewSchemeWhilePreviewing [Failed] TerminalAppLocalTests::TabTests::TestClampSwitchToTab [Failed] TerminalAppLocalTests::TabTests::TryDuplicateBadPane [Failed] TerminalAppLocalTests::TabTests::TryDuplicateBadTab [Failed] ```

Issue-Bug
Product-Terminal
Product-Meta
Issue-Task
Needs-Tag-Fix
Priority-2

Well, they might be unused. A weird hacked-together PowerShell script I wrote told me.

Describe the bugTextBlocks are not read by Narrator and NVDA when they are used in a XAML Islands app.Steps to reproduce the bugVerified this behavior in the following places:Windows Terminal...

bug
area-Islands
team-Rendering

### Describe the bug WinAppSDK applications which use C# registration free WinRT set the environment variable `MICROSOFT_WINDOWSAPPRUNTIME_BASE_DIRECTORY`. https://github.com/microsoft/WindowsAppSDK/blob/bd8e2c16f1e15185ff31beb15cdadd550883f27e/dev/UndockedRegFreeWinRT/UndockedRegFreeWinRT-AutoInitializer.cs#L24-L27 This environment variable is used by MRTCore to locate resources. https://github.com/microsoft/WindowsAppSDK/blob/bd8e2c16f1e15185ff31beb15cdadd550883f27e/dev/MRTCore/mrt/Core/src/MRM.cpp#L999 When...

needs-triage
area-Deployment
area-MRTCore