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

DisabledFormattingAccelerators.All doesn't disable all accelerators #10049

Open
FrayxRulez opened this issue Oct 10, 2024 · 0 comments
Open

DisabledFormattingAccelerators.All doesn't disable all accelerators #10049

FrayxRulez opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners

Comments

@FrayxRulez
Copy link

Describe the bug

Setting RichEditBox.DisabledFormattingAccelerators to All leaves a lot of accelerators still enabled

Steps to reproduce the bug

  1. Add a RichEditBox to your UI and set DisabledFormattingAccelerators property to All
  2. Press Ctrl+Shift+A
  3. Type something
  4. Notice the text being rendered all caps

Same happens with dozen more shortcuts

Expected behavior

All text format accelerators are disabled, leaving base text shortcuts (copy, paste, cut, undo, redo, etc) untouched

Screenshots

No response

NuGet package version

None

Windows version

No response

Additional context

No response

@FrayxRulez FrayxRulez added the bug Something isn't working label Oct 10, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant