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

KeyTipService should dismiss keytips if the first key does not match any keytips #908

Closed
TimMisiak opened this issue Mar 2, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@TimMisiak
Copy link

The current behavior is that if you hold down alt for > 0.7 seconds, then press a key that does not match a keytip, the keytip popup remains active, instead of dismissing as office does. This prevents other alt+key based shortcuts from working correctly, since subsequent keystrokes will go to the KeyTipService.

For instance, hold Alt for 3 seconds, then press "5". In word, the keytips will disappear. With fluent, the keytips remain active.

Note that the same isn't true for keytips that are multiple keystrokes long... E.g. if ZS and ZC are both keytip shortcuts and ZQ is not, then pressing Alt (wait 3 seconds), "Z", "Q", the keytips for ZS and ZC will still be active in both office and fluent.


Environment

  • Fluent.Ribbon v8.0.3
  • Windows 10 build 21327
  • .NET Framework 4.6.1
@batzen batzen self-assigned this Mar 3, 2021
@batzen batzen added the Bug 🐞 label Mar 3, 2021
@batzen batzen added this to the 9.0 milestone Mar 3, 2021
@batzen batzen closed this as completed in b03fc65 Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants