[Webkit-unassigned] [Bug 13611] New: Crash when using setAttributeNS to set href to a nonexisting symbol
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 7 08:48:21 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13611
Summary: Crash when using setAttributeNS to set href to a
nonexisting symbol
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gera.weiss at gmail.com
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" onload="init()">
<script><![CDATA[
function init() {
alert("Wait")
var c= document.getElementById("tt")
c.setAttributeNS("http://www.w3.org/1999/xlink","href","#no")
alert("Done")
}
]]>
</script>
<use id="tt" xlink:href="#no"/>
</svg>
--
Configure bugmail: http://bugs.webkit.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