http://bugs.winehq.org/show_bug.cgi?id=13886
--- Comment #4 from Dylan Smith dylan.ah.smith@gmail.com 2008-06-13 16:51:54 --- Created an attachment (id=13980) --> (http://bugs.winehq.org/attachment.cgi?id=13980) Difference between notepad and wordpad regarding this issue.
I have figured out why there is a difference between wordpad and notepad on this issue. Wordpad sets the focus on the richedit control on WM_ACTIVATE, but Notepad sets the focus on the edit control on WM_SETFOCUS.
I have attached a patch shows the difference, and can be used in order to test the issue in notepad. With this patch the issue will be present under wine, but not in windows.