[Webkit-unassigned] [Bug 31741] New: Web Inspector: User Entered Data on the console should show up no matter what filters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 13:18:08 PST 2009


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

           Summary: Web Inspector: User Entered Data on the console should
                    show up no matter what filters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bweinstein at apple.com
                CC: timothy at hatcher.name, rik at webkit.org,
                    keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


User Entered Data on the console should show up no matter what filters.


Warning A
Error A
Log A
Warning B
> foo
Error: Undefined variable foo.

If you select to filter by just Warnings - you will see:

Warning A
Warning B
> Foo

When you should See:

Warning A
Warning B
> Foo
Error: Undefined variable foo.

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