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
665
WebTextEditor MultiLine Slow Down
posted

When I enter in an large amount of text into a WebTextEditor in MultiLine mode my typing is slowed down considerably. Can anyone please tell me what the limitations are? I have tested this with an asp text box and the threshold for the ig control seems to be much lower. I was able to reproduce this on the ig sample site.

Thank you.

Parents
  • 37874
    posted

    Hello neilfl,

     

    I made some research on this and it seems that the behavior you have described is caused by browser limitations. Everytime a key is pressed, a number of javascript functions are being executed. These functions perform actions on the whole string, already entered. Subsequently for large amounts of text the control becomes less responsive. In such a scenario I would suggest using a regular html textarea which is not dependent on clientside functions.

    Please let me know if you have any other questions.

Reply Children