Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Formatting issue with UltraformattedTextEditor
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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?

    WindowsFormsApplication35.zip
Children