Ticket #285 (closed defect: fixed)
IE: onreadystatechange
| Reported by: | ianb@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | critical | Keywords: | ie |
| Cc: |
Description
In revision 179, htmlarea.js, I'm getting an error in IE:
line: 5048 char: 7 error: Type Mismatch code: 0
Commenting out this line fixes it, though I understand none of it...
--- htmlarea.js (revision 179)
+++ htmlarea.js (working copy)
@@ -5044,7 +5044,7 @@
{
alert('An error has occurred: ' + req.statusText);
}
- req.onreadystatechange = null;
+ //req.onreadystatechange = null;
}
}
Change History
Note: See
TracTickets for help on using
tickets.
