http://bugs.winehq.org/show_bug.cgi?id=5131
------- Additional Comments From tom@duncanthrax.net 2007-26-03 16:30 ------- Created an attachment (id=5518) --> (http://bugs.winehq.org/attachment.cgi?id=5518&action=view) Fix for endless message loop between App and comctl32 DLL (Fixes FlashFXP 3.4)
Since this issue has not been fixed for ~3 years, I decided to spend some time with WINE. The issue is caused by a message loop between the app and the comctl32 listview code, when the listview is virtual (LVS_OWNERDATA).
See the comments in the patch.
/tom