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

Fix ripple layer for MenuItem header style not respecting RecognizesAccessKey. #60

Merged
merged 2 commits into from
Feb 1, 2020

Conversation

SirTony
Copy link
Contributor

@SirTony SirTony commented Jan 31, 2020

The default style for MenuItem headers without the ripple layer correctly sets RecognizeAccessKey (MenuItem.xaml#L140@5515312), however the ripple layer header template does not (MenuItem.xaml#L88@5515312), resulting in menu items with no children and a keyboard accelerator key displaying a literal underscore on mouse down.

example

@benruehl benruehl added the bug Something isn't working label Feb 1, 2020
@benruehl benruehl added this to the Release 1.14 milestone Feb 1, 2020
@benruehl
Copy link
Owner

benruehl commented Feb 1, 2020

Good find, thanks for fixing it right away!

@benruehl benruehl merged commit 8bbebfb into benruehl:master Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants