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

Problem with arrow keys #4

Open
SepuWeb opened this issue Jan 5, 2022 · 2 comments
Open

Problem with arrow keys #4

SepuWeb opened this issue Jan 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@SepuWeb
Copy link

SepuWeb commented Jan 5, 2022

Hi,
with an Image selected, if I press down, left, right or up keys, application freeze.

Can you check it?

Thank you.

@mircea21S mircea21S added the bug Something isn't working label Jan 7, 2022
@mircea21S
Copy link
Owner

mircea21S commented Jan 8, 2022

Hi,

I've been checking this issue and it looks like it's a problem with the focus change when using arrow keys and specifically when trying to focus on the adorner that exists on the selected image or any other drawn object actually. I found a solution for the moment, but I will investigate further to see if I can find something better. Using this property KeyboardNavigation.DirectionalNavigation="Once" in MainWindow.xaml will fix the problem.
I will push the fix in some days, but I am writing this comment in case you need this fix sooner.

Thank you for using the library and finding this issue.

@SepuWeb
Copy link
Author

SepuWeb commented Jan 9, 2022

Ok it works! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants