RESOLVED FIXED 31741
Web Inspector: User Entered Data on the console should show up no matter what filters
https://bugs.webkit.org/show_bug.cgi?id=31741
Summary Web Inspector: User Entered Data on the console should show up no matter what...
Brian Weinstein
Reported 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.
Attachments
[PATCH] Fix (1.08 KB, patch)
2009-11-20 13:21 PST, Brian Weinstein
timothy: review+
bweinstein: commit-queue-
Brian Weinstein
Comment 1 2009-11-20 13:21:22 PST
Created attachment 43610 [details] [PATCH] Fix
Brian Weinstein
Comment 2 2009-11-20 15:28:37 PST
Landed in r51255.
Note You need to log in before you can comment on or make changes to this bug.