WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 101953
Fix DOMException message property
https://bugs.webkit.org/show_bug.cgi?id=101953
Summary
Fix DOMException message property
Erik Arvidsson
Reported
2012-11-12 11:15:04 PST
Right now the message is "HIERARCHY_REQUEST_ERR: DOM Exception 3". The message should be the "Description" from
http://dom.spec.whatwg.org/#error-names-table
Attachments
Add attachment
proposed patch, testcase, etc.
Erik Arvidsson
Comment 1
2012-11-12 11:15:37 PST
Related to
bug 101606
Anne van Kesteren
Comment 2
2012-11-21 13:14:58 PST
Oh, I never envisioned the description to be used for this. Currently IDL defines the message field as user-agent defined.
Erik Arvidsson
Comment 3
2012-11-26 07:11:45 PST
(In reply to
comment #2
)
> Oh, I never envisioned the description to be used for this. Currently IDL defines the message field as user-agent defined.
OK. I still think the message property of the exception object in WebKit should be: "The operation would yield an incorrect node tree" instead of "HierarchyRequestError: DOM Exception 3" With
bug 101955
and my proposed change the web inspector will print: "HierarchyRequestError: The operation would yield an incorrect node tree" instead of: "Error: HierarchyRequestError: DOM Exception 3"
Chris Dumez
Comment 4
2017-07-20 16:45:50 PDT
Looks OK nowadays.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug