http://bugs.winehq.org/show_bug.cgi?id=3043
Summary: CSpy/IP Address: IPM_SETFOCUS bug Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P5 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: info@suscomputing.com
When Setfocus is called, wine sets the focus to the first field of the control regardless of what is passed as the second parameter.
The behaviour in Windows 2000 is that the second parameter defines the field into which the focus is set i.e. 1 sends the cursor to the second number, 3 to the fourth number. The first field is selected if the parameter is out of range.