I have noticed a bug when copying data within an UltraFormattedTextEditor.This provides copy and paste fucntionality automatically using Ctrl-C and Ctrl-V.
An example of the unexpected behaviour:
1. Input the following lines123456789
2. Highlight the first two lines (123 456) and copy
3. Paste these directly above the 789 line so it looks as follows123456123 //this has been pasted456 //this has been pasted789
4. Now highlight and copy the last three lines (123 456 789) and paste these.123456123 //this has been copied456 //this has been copied789 //this has been copied //this has been pasted456 //this has been pasted789 //this has been pasted
You will see that the top line of the highlighted text is not copied. Instead a blank line is inserted.
What is happening?!
Thank you to anyone who can help me with this problem,
Katie
Hi Katie,
I tried this out and got the same behavior. You should Submit an incident to Infragistics Developer Support