[Webkit-unassigned] [Bug 21145] New: Console message repeat count wrong when typing commands between repeated messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 09:15:47 PDT 2008


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

           Summary: Console message repeat count wrong when typing commands
                    between repeated messages
           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: timothy at hatcher.name
                CC: kmccullough at apple.com


Type this into the console:

console.log("Test");
console.log("Test");
console.log("Test");
console.log("Test");

You should see 4 Test messages interleaved with the user command.
Instead you see interleaved messages incrementally with larger repeat counts.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list