dom: html() errors in IE adding rows to a table
Reported by Stephen Elson | September 15th, 2009 @ 08:50 AM | in 1.7
The following seems to throw an error in IE (discovered whilst adding Glow to Taskspeed).
glow.dom.create("<table class='madetable'></table>")
.appendTo("body")
.html("<tr><td>first</td></tr>")
Comments and changes to this ticket
-
Jake Archibald September 18th, 2009 @ 01:54 PM
- State changed from new to open
- Assigned user set to Jake Archibald
-
Stephen Elson September 18th, 2009 @ 03:17 PM
- State changed from open to review
(from [4a4369a692603f97f449793e449c887b4a097482]) dom: fixing html for IE [#121 state:review] http://github.com/glow/glow1/commit/4a4369a692603f97f449793e449c887...
-
Jake Archibald September 25th, 2009 @ 09:27 AM
- 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
People watching this ticket
Referenced by
- 121 dom: html() errors in IE adding rows to a table (from [4a4369a692603f97f449793e449c887b4a097482]) dom: fi...