TMSFNCDataGrid Ctrl + V is moving Caret to wrong Position

When Inserting Text via Ctrl + V into a cell, the caret is repositioned to the wrong index.
Inserting with Rightclick -> Paste on the other hand works as expected.

Steps to Reproduce:

  • Drop a TMSFNCDataGrid onto a form and start the program
  • Typ Das ist ein Test into one of the cells
  • Place the caret after n
  • Paste some Text with Ctrl + V
  • Caret should now be after the pasted text but is somewhere before it

Also i just noticed that Ctrl + C isn't working when inside a TextEditor.

Take the sample from above and Click on a Cell with Text in it. Select a part of the Text with the mouse and use Ctrl + C.

The content of the Clipboard stays unchanged.

We'll investigate this here asap, is this FMX, VCL or WEB?

1 Like

We are using it in VCL-Applications.

Hi,

We were able to reproduce these issues and we applied improvements. The next version will contain the changes.

1 Like