Ticket #76 (closed defect: invalid)

Opened 7 years ago

Last modified 7 years ago

IE6 hangs if textarea have more than 300char

Reported by: anonymous Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords: IE6 crash hang
Cc:

Description

<script type="text/javascript">
  _editor_url = "/theme/htmlarea/";
  _editor_lang = "en";
</script>
<script type="text/javascript" src="/theme/htmlarea/htmlarea.js">&#160;</script>
<script type="text/javascript">
  HTMLArea.loadPlugin("ImageManager");
  window.onload = function(){
    HTMLArea.onload = initEditor;
    HTMLArea.init(); 
  }
  var editor = null;
  function initEditor() {
	editor = new HTMLArea("text_data");
	editor.generate();
	return false;
  }
</script>

Html stripped.

If i use this config IE6 hangs if there is more than about 300chars in the textarea. Mozilla works fine though.

Tested with nightly from 2005-03-18 and latest.

If i use the config described in Xinha Newbie Guide it works fine in both IE and moz.

Change History

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

Insufficient information, probably error on submitters part.

Note: See TracTickets for help on using tickets.