http://bugs.winehq.org/show_bug.cgi?id=18647
--- Comment #8 from Roderick Colenbrander thunderbird2k@gmail.com 2009-06-06 08:22:18 --- (In reply to comment #7)
Created an attachment (id=21598)
--> (http://bugs.winehq.org/attachment.cgi?id=21598) [details]
Patch set to position edit box.
Hi, Roderick.
Attached patches (on top of 1.1.23) solve edit box position issue. Problem was in missed position notification caused by moving edit box on creation but no after LVN_BEGINLABELEDIT notification.
Next step is to fix filling with COLOR_WINDOW color.
I just tried the patch and it program indeed works quite a bit better. It is still hard (you have to double click a few times) to enter for instance the edit box. I guess it has somehow to do with highlighting a row which prevents some events on getting received by the edit box or so?
Roderick