What does this mean?
It means that Michl thinks it is fixed (and merged to 1.6.4).
If this is not the case, then the issue should be re-opened.
Note: the implementation (Windows) is now done via a call to
SendMessageW(ACustomEdit.Handle, EM_REPLACESEL, WPARAM(1), LPARAM(PWideChar(UTF8ToUtf16(AText))));
So, basically we let Windows replace the selection.
If that causes scrolling, then I don't know what to do about that.
Bart