RESOLVED FIXED157594
Web Inspector: Console unread indicators should be cleared however the console clears
https://bugs.webkit.org/show_bug.cgi?id=157594
Summary Web Inspector: Console unread indicators should be cleared however the consol...
Joseph Pecoraro
Reported 2016-05-11 16:41:42 PDT
* SUMMARY Console unread indicators should be cleared however the console clears * TEST <script> console.error("error"); console.warn("warn"); console.log("log"); </script> * STEPS TO REPRODUCE 1. Inspect test page 2. Show Console Tab 3. Select Error Filter 4. Reload => Should have unread indicators for Logs / Warnings 5. Clear console via `clear()` or Cmd+K keyboard shortcut => Unread indicators still exist * NOTES Unread indicators are cleared when using the clear button.
Attachments
[PATCH] Proposed Fix (2.52 KB, patch)
2016-05-11 16:42 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-05-11 16:42:45 PDT
Created attachment 278681 [details] [PATCH] Proposed Fix
Radar WebKit Bug Importer
Comment 2 2016-05-11 16:44:21 PDT
Nikita Vasilyev
Comment 3 2016-05-11 16:47:11 PDT
(In reply to comment #1) > Created attachment 278681 [details] > [PATCH] Proposed Fix Looks good to me!
WebKit Commit Bot
Comment 4 2016-05-11 17:48:55 PDT
Comment on attachment 278681 [details] [PATCH] Proposed Fix Clearing flags on attachment: 278681 Committed r200719: <http://trac.webkit.org/changeset/200719>
WebKit Commit Bot
Comment 5 2016-05-11 17:48:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.