[Bug 56109] New: Broken Radiobutton navigation (Up/Down, Accelerators) in several InnoSetup installers
https://bugs.winehq.org/show_bug.cgi?id=56109 Bug ID: 56109 Summary: Broken Radiobutton navigation (Up/Down, Accelerators) in several InnoSetup installers Product: Wine Version: 9.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs(a)winehq.org Reporter: kyle.kcsoftwares(a)gmail.com Distribution: --- Created attachment 75779 --> https://bugs.winehq.org/attachment.cgi?id=75779 Ant Renamer Broken Radiobutton navigation (Up/Down, Accelerators) in several InnoSetup installers Radiobuttons : I &Accept .. I do ¬ accept ... - Click on one or the other then VK_UP or VK_DOWN => Focus change (dotted rectangle) while selection does not move => THIS IS A BUG - ALT+A and ALT+N have no effect => THIS IS A BUG Happens with Ant Renamer 2.12 (see screenshot), TuxPaint 0.9.22 and several other Inno Setup installers -- 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=56109 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.0-rc3 |8.0.2 -- 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=56109 --- Comment #1 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- This is due to a missing BN_CLICKED notification in comctl32's button : if ((btn_type == BS_RADIOBUTTON) || (btn_type == BS_AUTORADIOBUTTON)) BUTTON_NOTIFY_PARENT(hWnd, BN_CLICKED); has to be added at the very end of case WM_SETFOCUS in BUTTON_WindowProc Note : this item is identified in the header as a "ToDo" - WM_SETFOCUS: For (manual or automatic) radio buttons, send the parent window BN_CLICKED -- 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=56109 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |comctl32 -- 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=56109 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #2 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=56109 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, source URL| |https://sourceforge.net/pro | |jects/ant-renamer/ -- 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=56109 --- Comment #3 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- See https://github.com/reactos/reactos/commit/d6c70f08642cfc414009d6968d8c722c9b... -- 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=56109 --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- No I mean, do you want to make a wine 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=56109 --- Comment #5 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=56109 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://sourceforge.net/pro |https://update.antp.be/rena |jects/ant-renamer/ |mer/antrenamer2_install.exe Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- MR created: https://gitlab.winehq.org/wine/wine/-/merge_requests/5759 -- 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=56109 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |121a2c65051d9c7f067bda5cb00 | |cc4c03aca1aa1 Resolution|--- |FIXED --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/121a2c65051d9c7f067bda5cb00cc4c... -- 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=56109 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 10.0-rc1. -- 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