[Webkit-unassigned] [Bug 104245] New: Web Inspector: console broken? - console.dirxml behaves like console.log
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 6 02:12:28 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104245
Summary: Web Inspector: console broken? - console.dirxml
behaves like console.log
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: sendsend at gmx.de
CC: keishi at webkit.org, pmuellr at yahoo.com,
pfeldman at chromium.org, yurys at chromium.org,
apavlov at chromium.org, loislo at chromium.org,
vsevik at chromium.org,
web-inspector-bugs at googlegroups.com
Simple Test in the console:
ENTER: document.getElementsByTagName('body')
SEE: The result we want to reproduce with console.dirxml
ENTER: console.dirxml(document.getElementsByTagName('body'))
SEE: same output as console.log
ENTER: console.log(document.getElementsByTagName('body'))
SEE: same output as console.dirxml
Tested with latest Canary on OSX
--
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