RESOLVED WORKSFORME Bug 156484
Web Inspector: Console filter isn't respected when input repeated
https://bugs.webkit.org/show_bug.cgi?id=156484
Summary Web Inspector: Console filter isn't respected when input repeated
Matt Baker
Reported 2016-04-11 17:15:36 PDT
* SUMMARY Console filter isn't respected when input repeated. * STEPS TO REPRODUCE 1. Goto console > set filter to Errors 2. Enter console.log(137) 3. Hit "up arrow" to repeat last input. Hit enter. => Console shows "137", but filter is set to Errors. 1. Goto console > set filter to Logs 2. Enter console.assert(false) 3. Hit "up arrow" to repeat last input. Hit enter. => Console shows "Assertion Failed", but filter is set to Logs.
Attachments
Nikita Vasilyev
Comment 1 2016-06-07 16:01:56 PDT
This has been fixed.
Radar WebKit Bug Importer
Comment 2 2016-06-07 16:04:17 PDT
Note You need to log in before you can comment on or make changes to this bug.