[Webkit-unassigned] [Bug 9522] New: SVG example dies due to strange JS parse error
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Jun 20 23:22:27 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9522
Summary: SVG example dies due to strange JS parse error
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://pdatabase.dyndns.biz/test11.php
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P4
Component: SVG
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
SVG example dies due to strange JS parse error
http://pdatabase.dyndns.biz/test11.php
Inside this function:
function moveall(parent) {
for (var j=0;j < parent.neighbors.length;++j) {
if (parent.neighbors[j] != oldparent) {
oldparent = parent;
move(parent.neighbors[j], parent);
moveall(parent.neighbors[j]);
}
}
}
--
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