[Webkit-unassigned] [Bug 19931] New: Input should be printed before the output in the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 12:38:52 PDT 2008


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

           Summary: Input should be printed before the output in the console
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rik24d at gmail.com
                CC: timothy at hatcher.name, aroben at apple.com


Like in Firebug and other "shells", the input should be printed before the
output.

Actual behaviour :
foo enter_bug.cgi
> console.log('foo')

Desired behaviour :
> console.log('foo')
foo enter_bug.cgi


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