-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Switch to MUX:TextCommandBarFlyout in XAML Islands proofing menu #8723
Conversation
This fixes the broken keyboard navigation in an islands app, however it can cause a crash when using WinUI 2.6 (but is fixed in WinUI 2.7). Closes microsoft#8306
The crash when using WinUI 2.6: microsoft/microsoft-ui-xaml#5680 |
Since we can get a crash when the flyout closes in WinUI 2.6, we can probably wait to check this in until "after" we upgrade to WinUI 2.7, tracked by issue: #8724 |
Note that this will exacerbate another XAML bug: microsoft/microsoft-ui-xaml#5818. I wonder if we should wait until there's a fix to that before landing this or put in the workaround I mention in that issue into this PR? |
Waiting for 2.7 PR here: #8726 |
Hello @jonthysell! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
…nu (microsoft#8723) This fixes the broken keyboard navigation in an islands app, however it can cause a crash when using WinUI 2.6 (but is fixed in WinUI 2.7, which was just checked in). Closes microsoft#8306 Co-authored-by: Liron Yahdav <[email protected]>
…nu (#8723) (#8944) This fixes the broken keyboard navigation in an islands app, however it can cause a crash when using WinUI 2.6 (but is fixed in WinUI 2.7, which was just checked in). Closes #8306 Co-authored-by: Liron Yahdav <[email protected]> Co-authored-by: Liron Yahdav <[email protected]> Co-authored-by: Nick Gerleman <[email protected]>
This fixes the broken keyboard navigation in an islands app, however it can cause a crash when using WinUI 2.6 (but is fixed in WinUI 2.7).
Closes #8306
Microsoft Reviewers: Open in CodeFlow