http://bugs.winehq.org/show_bug.cgi?id=18215
Summary: LB_DELETESTRING handler does not send LB_RESETCONTENT if only item is removed Product: Wine Version: 1.1.19 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: TKunze71216@gmx.de
The native list box control of Windows XP SP3 (themes activated, i. e. comctl32.dll 6.0 is used) sends LB_RESETCONTENT to itself when LB_DELETESTRING removes item 0 and this item is the only one in the control. Looking at the code, Wine currently doesn't seem to do it.
http://bugs.winehq.org/show_bug.cgi?id=18215
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-04-25 20:25:55 --- Have any real app / test app that demonstrates this? Is it the same with comctrl32 v5.x?
http://bugs.winehq.org/show_bug.cgi?id=18215
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2009-04-26 02:31:19 --- (In reply to comment #1)
Have any real app / test app that demonstrates this? Is it the same with comctrl32 v5.x?
Control Spies (both 5 and 6) show that on native. So 5.x acts same way.
http://bugs.winehq.org/show_bug.cgi?id=18215
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-28 22:57:58 --- I sent the patch: http://www.winehq.org/pipermail/wine-patches/2009-April/072422.html
http://bugs.winehq.org/show_bug.cgi?id=18215
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-29 11:15:10 --- The patch has been committed.
http://bugs.winehq.org/show_bug.cgi?id=18215
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2009-05-08 12:53:05 --- Closing bugs fixed in 1.1.21.