When on the ‘Jog’ page, if one of the buttons receives focus, then cursor key move the focus from control to control instead of jogging.
I believe under Windows, the UI guidelines say that only the Tab key should shift control focus.
CM 640, Windows 10
Repro:
- Connect and initialize
- Switch to Jog page.
- Hit Tab key. ‘Increment +’ receives focus
- Hit Cursor Right. Instead of jogging, focus moves to next control. After 6 presses, control focus is lost, and Cursor Right now jogs.
Same problem with Cursor Left, Up and Down.
If a control has focus, then Page Up / Down completely stop working.