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(a)winehq.org Reporter: kyle.kcsoftwares(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.