Opened 12 years ago
Closed 8 years ago
#8424 closed defect (wontfix)
_Templated: bug with <ol>, <li> and <fieldset> (IE7)
Reported by: | DLSalahi | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.0 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In IE7, I get an invalid pointer error if my form contains <ol>, <li>, or <fieldset> tags. See: http://artistic-webdesign.com/test/forms/form-dijit-bug.php
If I remove these tags, the error goes away: http://artistic-webdesign.com/test/forms/form-dijit-OK.php
David Salahi
Attachments (1)
Change History (7)
comment:1 Changed 12 years ago by
Summary: | dijit bug with <ol>, <li> and <fieldset> → _Templated: bug with <ol>, <li> and <fieldset> (IE) |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → 2.0 |
---|
A workaround is to use a <div> in the original markup instead of a <form>.
Apparently there's something strange about grabbing the children of a <form> node as IE also chokes on a <div> child.
comment:3 Changed 12 years ago by
I'm having a big issue with this problem, and I'm wondering if maybe someone could point me in the right direction for how to go about fixing this bug.
I'd like to get it fixed ASAP, and realise that if I want it, then I have to do it.
comment:4 Changed 12 years ago by
As I wrote directly above, a workaround is to use a <div> in the original markup instead of a <form>. Is that unclear?
comment:5 Changed 8 years ago by
Priority: | high → low |
---|
comment:6 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | _Templated: bug with <ol>, <li> and <fieldset> (IE) → _Templated: bug with <ol>, <li> and <fieldset> (IE7) |
Closing since IE6 and IE7 only (IIUC), which we don't really support anymore.
Changed 8 years ago by
One of the key elements here is located in the source code is the fact that cc and bcc are located within http://www.acheapcarinsurance.net as a part of it's header http://www.bohemjewel.com source code.
Hmm, that's a weird one. The problem happens in _Templated:
It copies nodes from the source HTML to the template until it hits a <fieldset>, and then for some reason source.firstChild is null (even though the source still contains the <fieldset>.