[Webkit-unassigned] [Bug 10029] New: HTML DOM Exception in WebKit

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 20 05:10:44 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10029

           Summary: HTML DOM Exception in WebKit
           Product: WebKit
           Version: 417.x
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: pariksith_ramesh at yahoo.co.in


Hi,
We created a sample DHTML code using javascript. It works fine in IE, Mozilla
and firefox. But we are getting DOMException4 in Safari 2.0.3.

Sample Code:
function PaintCanvasDom() {
var x = document.createRange();
x.setStartBefore(this); // Throwing error as DOM Exception 
// Some more code snippets
}

When we try to access the range, it throws DOM Exception in setStartBefore
function. It shows DOM Exception 4 instead of a description for that exception.


-- 
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