https://bugs.winehq.org/show_bug.cgi?id=43633
Bug ID: 43633 Summary: Listbox filter not working when selected by mouse Product: Wine Version: 2.15 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winehq@der-ingo.de Distribution: ---
Created attachment 59049 --> https://bugs.winehq.org/attachment.cgi?id=59049 Listbox filter
Selecting a listbox filter with the mouse does not have any effect. However, if the filter is selected via keyboard, everything works as expected.
Unfortunately I cannot share the program where this happens (program not officially downloadable and only usable with account), so I have attached a screenshot where I describe what happens:
The listbox row header has a small arrow field if the columns contain non unique values. A click on this arrow opens a dropdown list with all possible values (as shown in screenshot).
During the movement with the mouse over this dropdown, I get a lot of these messages: warn:listbox:ListBoxWndProc_common [0x10448]: unknown msg b041 wp 00000000 lp 0032f924
When I click an entry, I get the following message: warn:listbox:ListBoxWndProc_common [0x10448]: unknown msg b04b wp 00000000 lp 0032f054
In this case simply nothing happens, the list is not filtered. However, if I hit "Enter" instead of clicking, then the list is being filtered.
I hope this is enough information to describe the problem, if not let me know.
Cheers, Curly060 =;->