http://bugs.winehq.org/show_bug.cgi?id=6985
------- Additional Comments From cjstimpson@utwire.net 2007-25-03 23:54 ------- Created an attachment (id=5511) --> (http://bugs.winehq.org/attachment.cgi?id=5511&action=view) riched20 patch
The problem was not in user32, but in riched20. The text was not correctly inserted into the riched20 control, so when the EN_CHANGE notification was sent, other codes were working off the wrong text. This patch fixes the bug. It was submitted to wine-patches already.