[Webkit-unassigned] [Bug 28853] New: NO_MODIFICATION_ALLOWED_ERR not sufficiently descriptive
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 31 13:29:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28853
Summary: NO_MODIFICATION_ALLOWED_ERR not sufficiently
descriptive
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alex at sirensclef.com
If a NO_MODIFICATION_ALLOWED_ERR error is thrown, Safari's error console does
not detail the actual syntax in question. This makes debugging difficult in
complex scripts that modify the DOM. Firefox actually reports the syntax that
was rejected. For example:
Safari:
Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
Firebug:
Error: not well-formed
Source File:
Line: 1, Column: 115
Source Code:
<div class="test"> </div>
I don't know if this should be considered part of
https://bugs.webkit.org/show_bug.cgi?id=15492 which has to do with the logging
of these errors.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list