[Webkit-unassigned] [Bug 137306] New: Web Inspector: Expanding event objects in console shows undefined for most values, it should have real values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 1 12:30:23 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137306
Summary: Web Inspector: Expanding event objects in console
shows undefined for most values, it should have real
values
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: timothy at apple.com, joepeck at webkit.org,
dbates at webkit.org,
webkit-bug-importer at group.apple.com,
graouts at webkit.org
* TEST
<script>
document.addEventListener("click", function(e) {
console.log(e); x = e;
}, false);
</script>
* STEPS TO REPRODUCE
1. Inspect test
2. Click the document
3. In console expand MouseEvent, and the __proto__
=> all values are undefined, expected numeric values for obvious things like clientX and clientY
* REGRESSION
Yes. And this seems pretty annoying.
--
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