richedit: Ensure caret is seen if moved past end of view over trailing spaces

Dylan Smith dylan.ah.smith at gmail.com
Thu Jun 26 15:17:41 CDT 2008


To test the bug, open up Wine's wordpad (try with native and builtin
riched20), then enter a line of text that ends with enough trailing
spaces to go past the end of the richedit control.  In native richedit
controls the cursor is prevented from going past end of the richedit
control so that it stays visisble while still being moved over the
spaces that continue off the end of the view.  This patch makes sure
Wine's builtin richedit controls do the same thing as Windows.
---
 dlls/riched20/caret.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Ensure-caret-is-seen-if-moved-past-end.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080626/6db5b83d/attachment.txt 


More information about the wine-patches mailing list