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

Navigation Menu sample crash when using the keyboard #17

Closed
acoles88 opened this issue May 8, 2015 · 1 comment
Closed

Navigation Menu sample crash when using the keyboard #17

acoles88 opened this issue May 8, 2015 · 1 comment

Comments

@acoles88
Copy link

acoles88 commented May 8, 2015

Not sure if this is just a bug with the beta. Run the app and press an arrow key. FocusManager.TryMoveFocus throws an exception -- 'System.ArgumentException'

@micahl
Copy link

micahl commented May 28, 2015

It's a bug with TryMoveFocus in the beta that has been fixed in more recent builds. The sample has been updated as part of 5c0aa62 to use a workaround. It uses FindNextFocusableElement and then explicitly calls Focus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants