[PATCH v3] riched20: implement ITextRange/ITextSelection Copy and Cut

Huw Davies huw at codeweavers.com
Thu Oct 15 04:29:13 CDT 2020


On Thu, Oct 15, 2020 at 06:21:43AM +0200, Damjan Jovanovic wrote:
> Try 3 fixes copying from a password masked richedit control,
> and gets tests to pass.
> 
> Clipboard handling is unified with the previous code in editor.c.
> Manual tests show trying to cut from a read-only field beeps when
> using WM_CUT or Ctrl+X, but not when using these APIs.

Hi Damjan,

Thanks for the patch.  There were a few issues,
most notably with the handling of the IDataObject
out interface.  Rather than have you fix them
and run into changes that I'm making at the moment,
I've fixed it up myself and sent it in.

Huw.



More information about the wine-devel mailing list