Bug 31741 - Web Inspector: User Entered Data on the console should show up no matter what filters
Summary: Web Inspector: User Entered Data on the console should show up no matter what...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 13:18 PST by Brian Weinstein
Modified: 2009-11-20 15:28 PST (History)
7 users (show)

See Also:


Attachments
[PATCH] Fix (1.08 KB, patch)
2009-11-20 13:21 PST, Brian Weinstein
timothy: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2009-11-20 13:18:07 PST
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.
Comment 1 Brian Weinstein 2009-11-20 13:21:22 PST
Created attachment 43610 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2009-11-20 15:28:37 PST
Landed in r51255.