Large text in TextArea freezes computer

后端 未结 5 2040
无人共我
无人共我 2020-12-20 19:09

When I try to set the value of a textarea with a large text (for example a string length of 600000), the browser (Firefox 3.5.3) freezes.

The text is in 1 line so t

5条回答
  •  Happy的楠姐
    2020-12-20 19:37

    Disable the spell checker (in Firefox 7.0 uncheck the 'Check my spelling as I type' option in the Preferences window).

    You can also add the spellcheck="false" attribute to the textarea in HTML.

提交回复
热议问题