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

Disable KeyTips when Ribbon isn't Enabled #234

Closed
chrisklepeis opened this issue Dec 29, 2015 · 2 comments
Closed

Disable KeyTips when Ribbon isn't Enabled #234

chrisklepeis opened this issue Dec 29, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@chrisklepeis
Copy link

I have a modal popup, and when its visible I set IsEnabled to false on the Ribbon (to prevent any tabbed navigation, etc.), however, when pressing alt when the modal is visible, the keytips are also still visible (however, not functional). Not sure if there's a way to temporarily disable the display of the keytips, but I imagine that it makes sense not to show them when the Ribbon isn't enabled.

capture

Also, if I were to press alt + Y to select Yes in the modal popup, when the modal popup closes, the keytips in the FluentRibbon remain visible until I press alt again.

@batzen batzen added this to the 4.0.0 milestone Dec 29, 2015
@batzen batzen self-assigned this Dec 29, 2015
@batzen batzen closed this as completed in f15bf5c Dec 29, 2015
@chrisklepeis
Copy link
Author

Not sure if this fix was included in the most recent nuget prerelease (4.0.0-dev0296)... but the key tips visibility is toggled it seems on every other "alt" key press.

E.G.
Press alt - nothing shows... as expected
Press alt again - keytips show after a second
Press alt again - keytips remain visible
Press alt again - keytips are hidden

@batzen
Copy link
Member

batzen commented Jan 20, 2016

Ups, i forgot to add the check to one more place...

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