[Webkit-unassigned] [Bug 28856] New: console log message repeat count double what it should be

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 14:26:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28856

           Summary: console log message repeat count double what it should
                    be
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmuellr at yahoo.com


Steps:

1. Traverse to a web page in a WebKit nightly
2. Open Web Inspector
3. Open the console.
4. Enter the text 'console.log("message")' and press Enter.

Expected: to see the unadorned message in the console.
Actual: message with a colored prefix of "2" indicating the message has been
logged twice.

5. Enter the text 'console.log("message");console.log("message")' and press
Enter.

Expected: to see the message with a colored prefix of "2" indicating the
message has been logged twice.
Actual: message with a colored prefix of "4".

-- 
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