[Webkit-unassigned] [Bug 28615] New: Inspector: Console Array Formatter Shows Extra Properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 09:45:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28615
Summary: Inspector: Console Array Formatter Shows Extra
Properties
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://www.apple.com/startpage/
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck02 at gmail.com
CC: timothy at hatcher.name, aroben at apple.com,
pfeldman at chromium.org
Created an attachment (id=38377)
--> (https://bugs.webkit.org/attachment.cgi?id=38377)
[IMAGE] Showing Extra Output
On Page: http://www.apple.com/startpage/
Input: [0,1]
Expected Output: [0, 1]
Actual Output: [0, 1, function (c, b) {var a=0;c=c.bind(b);try{...]
Solution: Do not ignore hasOwnProperties when getting Array properties.
--
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