Opened 14 years ago
Closed 14 years ago
#2136 closed defect (fixed)
parse error swapping out srcNode for template node (IE)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached file for testcase which fails on page load. Testcase is basically <p> <form> <fieldset> <input dojoType=...>. On IE, during widget instantiation, there's an exception on the replaceNode() call because the input.parentNode is null (even though it should point to the fieldset node).
Attachments (2)
Change History (4)
Changed 14 years ago by
comment:1 Changed 14 years ago by
severity: | major → minor |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 0.9beta |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Perhaps it's illegal to put a <form> inside a <p>? Removing that seems to fix the problem.