[1/2] richedit: Added tests for WM_GETDLGCODE message.

Dylan Smith dylan.ah.smith at gmail.com
Wed Jan 7 23:44:05 CST 2009


These tests show that the WM_GETDLGCODE message is being handled
incorrectly.  It seems as if native richedit controls have an
implementation of this message that is a lot simpler than the existing
builtin implementation.  The only factor that seems to affect the
returned code is the ES_MULTILINE style, and not the message type,
virtual key, control key state, or ES_WANTRETURN style.
---
 dlls/riched20/tests/editor.c |  172 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 172 insertions(+), 0 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Added-tests-for-WM_GETDLGCODE-message.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20090108/5904cb25/attachment.txt 


More information about the wine-patches mailing list