Problem with arrow keys
Hi, with an Image selected, if I press down, left, right or up keys, application freeze.
Can you check it?
Thank you.
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.
Ok it works! Thank you!