On Thu, Oct 15, 2020 at 11:29 AM Huw Davies <huw@codeweavers.com> wrote:
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.

Great, thank you :).

And thank you for your other contributions to riched20, that DLL still breaks quite a few apps.

Damjan