Large text in TextArea freezes computer

后端 未结 5 2043
无人共我
无人共我 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条回答
  •  情话喂你
    2020-12-20 19:40

    There is basically no controls that are designed for that kind of data sizes, because it simply doesn't make any sense to present all that informaton at once to the user.

    Even if the control would handle the data, it would be practically unusable as you can't navigate through the data in any reasonable fashion.

提交回复
热议问题