You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the keyboard click event works differently in the main window and in the floating window. It works correctly in the main window, IsRepeat = false is returned on the first press, IsRepeat = true is returned on hold. In a floating window, IsRepeat = true is immediately returned.
I reproduced the behavior on the test program MVVMTestApp.
I found that the keyboard click event works differently in the main window and in the floating window. It works correctly in the main window, IsRepeat = false is returned on the first press, IsRepeat = true is returned on hold. In a floating window, IsRepeat = true is immediately returned.
I reproduced the behavior on the test program MVVMTestApp.
MainWindow.xaml change line 61
MainWindow.xaml.cs add
Output in console:
I found this bug in my program with the xceed 2.5 library, I tried to get around this bug for a long time, but I did not find a solution.
The text was updated successfully, but these errors were encountered: