Ticket #1150 (closed defect: fixed)
no formNode null check in iframeOnload
| Reported by: | Grzegorz Tańczyk | Owned by: | dylan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | IO | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I execute dojo.bind with IFrameTransport and with form node. It is possible that this form node will be removed from DOM tree, and it causes error in IE 6 SP2 on this line: req.formNode.removeChild(input);
Change History
Note: See
TracTickets for help on using
tickets.