https://bugs.winehq.org/show_bug.cgi?id=55707
Bug ID: 55707 Summary: Wine seems to not be sending TVN_ITEMCHANGING and TVN_ITEMCHANGED notifications when a panel uses TVM_SELECTITEM to select a single item on a treeview Product: Wine Version: 8.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cadbusca@gmail.com Distribution: ---
There is a very important component for the music player Foobar2000 (V2.0 32bits) called 'Album list panel' that was working fine until its version 1.0.
Since version 2.0, a new feature was implemented which is: "The ability to select multiple items using Ctrl and Shift keys was added. This includes Shift-clicking, Ctrl-clicking, and holding Shift when pressing navigation keys." [on a treeview] and selecting a single or multiple items from the component treeview stopped working. I opened a PR on the component github repository at: https://github.com/reupen/album_list_panel/issues/179 and the developer pointed out that the issue may be caused by some issue with Wine not be sending TVN_ITEMCHANGING and TVN_ITEMCHANGED notifications when a panel uses TVM_SELECTITEM to select a single item of a treeview
How to reproduce: 1) Install foobar2000 V2.0 32bits from https://www.foobar2000.org/download 2) Install the latest version of the following Foobar2000 components: https://yuo.be/columns-ui and https://yuo.be/album-list-panel 3) Insert a album-list-panel to foobar 4) Selecting one or more items on the treeview have no effect 5) More details including a small video of the issue can be seen here: https://github.com/reupen/album_list_panel/issues/179
I'm willing to test when a fix is available.