[Webkit-unassigned] [Bug 8007] New: createElement() creates elements like <tag/></tag>
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Mar 27 02:10:44 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8007
Summary: createElement() creates elements like <tag/></tag>
Product: WebKit
Version: 417.x
Platform: Macintosh
URL: http://michael.mesme.org/playlists/bug_1/test.xhtml
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: michael.salmon at telia.com
I have written a script that dynamically creates a tbody and attaches it to a
table in an xhtml document. In firefox this works as expected but with safari I
just get a line of text. When I examine the DOM tree for the page after
clicking on an arrow head image I see:
<tbody/><tr/><td/>...</td></tr></tbody>
in a table that is buried in a couple of lists.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list