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
925
Text disappears if too many characters entered
posted

I have an UltraTextEditor and if I paste a reasonably large amount of text into it all the text seems to disappear. I have reproduced the problem in a few of the samples (e.g. "Editor Buttons").

Is this a known issue? should I submit it as a bug?

 

Note: It seems like the text stops being rendered as can copy and paste into notepad fine

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    How many characters are we talking about here? I'm pretty sure that this has come up before and it turned out to be a limitation in the inbox TextBox control, which is what the UltraTextEditor uses for editing.

    Try copying the same text into a TextBox control and see if that works.

    If it does work in the TextBox and not in UltraTextEditor, then it may be an UltraTextEditor bug.

    If the TextBox fails the same way, then you might want to consider using the FormattedTextEditor control, which does not rely on the TextBox and so should not have the same limitation.

Children