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@winehq.org Reporter: kyle.kcsoftwares@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
https://bugs.winehq.org/show_bug.cgi?id=56109
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|9.0-rc3 |8.0.2
https://bugs.winehq.org/show_bug.cgi?id=56109
--- Comment #1 from KRosUser kyle.kcsoftwares@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
https://bugs.winehq.org/show_bug.cgi?id=56109
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |comctl32
https://bugs.winehq.org/show_bug.cgi?id=56109
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- do you plan to send a fix for that?
https://bugs.winehq.org/show_bug.cgi?id=56109
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, source URL| |https://sourceforge.net/pro | |jects/ant-renamer/
https://bugs.winehq.org/show_bug.cgi?id=56109
--- Comment #3 from KRosUser kyle.kcsoftwares@gmail.com --- See https://github.com/reactos/reactos/commit/d6c70f08642cfc414009d6968d8c722c9b...
https://bugs.winehq.org/show_bug.cgi?id=56109
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- No I mean, do you want to make a wine MR for this?
https://bugs.winehq.org/show_bug.cgi?id=56109
--- Comment #5 from KRosUser kyle.kcsoftwares@gmail.com --- No sorry, I let some contributors or developpers propose a MR for this.
https://bugs.winehq.org/show_bug.cgi?id=56109
Fabian Maurer dark.shadow4@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@web.de --- MR created: https://gitlab.winehq.org/wine/wine/-/merge_requests/5759
https://bugs.winehq.org/show_bug.cgi?id=56109
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |121a2c65051d9c7f067bda5cb00 | |cc4c03aca1aa1 Resolution|--- |FIXED
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/121a2c65051d9c7f067bda5cb00cc4c...
https://bugs.winehq.org/show_bug.cgi?id=56109
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.0-rc1.