glow.dom.create needs to be aware of elements that can't be children of div
Reported by Stephen Elson | July 17th, 2009 @ 01:17 PM | in 1.6
glow.dom.create needs to be aware that some elements need a
certain kind of parent when they're created. As in,
<tr>
needs to be in a
<table>
.
Additionally (but related), you can't set the innerHTML of certain elements in IE. This currently affects NodeList#html? but will also affect the above fixes for dom.create.
http://websmurf.org/blogs/javascript/innerhtml-on-tbody-element.html
Comments and changes to this ticket
-
Stephen Elson July 17th, 2009 @ 07:18 PM
- Tag changed from defect to defect, dom
-
Tom Maslen July 24th, 2009 @ 09:19 AM
- Assigned user set to Tom Maslen
- State changed from new to open
-
Tom Maslen July 24th, 2009 @ 09:26 AM
The IE innerHTML behaviour shouldn't be an issue for us because we are only using innerHTML with a temporary holding <div> to create the elements.
-
Tom Maslen July 29th, 2009 @ 09:04 AM
- State changed from open to review
-
Jake Archibald July 29th, 2009 @ 02:15 PM
- State changed from review to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A JavaScript Library