[Bug 56103] New: PropertySheet - CTRL+TAB and CTRL+SHIFT+TAB not processed
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.
https://bugs.winehq.org/show_bug.cgi?id=56103 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- do you plan to send a fix for that? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 --- Comment #2 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- See https://github.com/reactos/reactos/commit/6e5fde7ebb40532cbe9b81dcd3cee6a738... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- No I mean, do you want to make a wine MR for this? If not, I can try. But I would need an application to test with. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 --- Comment #4 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- No sorry, I let some contributors or developpers propose a MR for this. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 --- Comment #5 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Sample app : Desk.cpl from ReactOS as per https://jira.reactos.org/browse/CORE-17941 or any similar sample with PropSheet and TabCtrl -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |download, source Status|UNCONFIRMED |NEW --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- Thanks, created a MR here: https://gitlab.winehq.org/wine/wine/-/merge_requests/5761 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |1256f7c98c5e14852b74e0c3a25 | |50dc3b7b32ae7 --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/1256f7c98c5e14852b74e0c3a2550dc... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56103 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 9.17. -- 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.
participants (1)
-
WineHQ Bugzilla