http://bugs.winehq.org/show_bug.cgi?id=709
--- Comment #18 from Alex Villacís Lasso a_villacis@palosanto.com 2008-04-28 12:34:15 --- Created an attachment (id=12547) --> (http://bugs.winehq.org/attachment.cgi?id=12547) Private cursor movement during WM_SETTEXT should *not* cause sending of WM_NOTIFY events. Test included.
As text is inserted, the cursor is moved to the end, and then back to offset 0. This is an implementation detail, and should not result in WM_NOTIFY being sent, except when previous selection was other than (0,0), in which a single WM_NOTIFY is sent for the movement to 0,0. Test included.