https://bugs.winehq.org/show_bug.cgi?id=57973
Bug ID: 57973 Summary: LBS_NOSEL is not correctly supported Product: Wine Version: 10.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
As spotted in ReactOS, there is a flaw in LBS_NOSEL implementation This is due to the is_item_selected function in dlls/comctl32/listbox.c not returning "FALSE" when LBS_NOSEL is used as style.
Fix is proposed from - this ReactOS PR : https://github.com/reactos/reactos/pull/7793 - this patch : https://jira.reactos.org/secure/attachment/69906/ListBox.patch