http://bugs.winehq.org/show_bug.cgi?id=7280
------- Additional Comments From fpga@pacbell.net 2007-29-01 11:17 ------- Hmm... rather odd symptoms. It appears to be triggering a bug elsewhere, but I don't know why yet. In TREEVIEW_EditLabel(), the edit window was apparently created correctly. It appears things are going wrong in the function right near the end in the call to: SetFocus(hwndEdit); In SetFocus(), the just created edit window gets destroyed, for some reason that is not yet clear to me.