https://bugs.winehq.org/show_bug.cgi?id=49924
Bug ID: 49924 Summary: comctl32: Enable Tab key of IP address controls Product: Wine Version: 5.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: katayama.hirofumi.mz@gmail.com Distribution: ---
Created attachment 68300 --> https://bugs.winehq.org/attachment.cgi?id=68300 The patch
The IP Address controls (window class: SysIPAddress32) won't accept Tab key and Shift+Tab key.
If the user pressed Tab key on SysIPAddress32, SysIPAddress32 should set focus to the next field. If the user pressed Shift+Tab key, SysIPAddress32 should set focus to the previous field.