Hi,
Our requirement is: Suppose we have some text in ultraformattedtexteditor which is combination of link text and plain text, and if we select the end of link part(not plain text) and hit delete, and press ENTER key then it should start typing letters in plain text and not in link text (i.e in blue color).
Currently, when we select the end part of link and delete it, and hit ENTER key it starts typing in the format of link, which is not our requirement. Can you please resolve our issue?
Regards,
Shraddha
Hi Shraddha,
The behavior you describe sounds like a bug to me. But I tried this out and it works correctly for me.
I am attaching my sample project here.
I ran the sample and clicked just after the letter "m", which is the last letter in the hyperlink text. I pressed Enter so the caret moves to a new line and when I type some text, it comes out as plain text, not as part of the link.
What version of the controls are you using?
Thank you for the reply Mike. I will check it again.