https://bugs.winehq.org/show_bug.cgi?id=56103
Bug ID: 56103 Summary: PropertySheet - CTRL+TAB and CTRL+SHIFT+TAB not processed Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
PropertySheet - CTRL+TAB and CTRL+SHIFT+TAB not processed They should allow to change active tab but they don't.
Cause : in do_loop function, if(!IsDialogMessageW(hwnd, &msg)) should be replaced by if (!PROPSHEET_IsDialogMessage(hwnd, &msg)) as PROPSHEET_IsDialogMessage correctly implement TAB management for propertysheets.