Ticket #76 (closed defect: invalid)
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"> </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
Note: See
TracTickets for help on using
tickets.
