[Webkit-unassigned] [Bug 60765] New: Web Inspector: console.log(XMLDocument) should be case preserving
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 13 06:55:23 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60765
Summary: Web Inspector: console.log(XMLDocument) should be case
preserving
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: malteubl at google.com
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com, apavlov at chromium.org,
loislo at chromium.org
console.log(document) results in a nice tree view of the document. All tag names are lower cased. This is cool for HTML but can be bad for XML.
E.g. when inspecting the result of xhr.responseXML.
My actual problem was that I used document.querySelectorAll on the documents. With XMLDocuments querySelectorAll is case sensitive for tag names. It can be really tough to understand why queries don't match when the tree view that you use to construct the query is all lower cased.
--
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