Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6b55ae0ccf5320f8bac9db8c7be7c28c5e1eefe4
      
https://github.com/WebKit/WebKit/commit/6b55ae0ccf5320f8bac9db8c7be7c28c5e1eefe4
  Author: Razvan Caliman <[email protected]>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/LogContentView.js

  Log Message:
  -----------
  Web Inspector: Erroneous "There are unread messages that have been filtered"
https://bugs.webkit.org/show_bug.cgi?id=312723
rdar://175279759

Reviewed by Qianlang Chen.

Console messages in a collapsed console group (`console.groupCollapsed()`)
were counted as invisible messages. This triggered the hidden messages banner,
which is meant to be shown when messages are hidden as a result of filtering.

Clicking the button in the banner to clear filters and reveal the hidden 
messages
does nothing for collapsed console groups.

This patch isolates the check for messages hidden as a result of filtering
before showing the hidden messages banner.

* Source/WebInspectorUI/UserInterface/Views/LogContentView.js:
(WI.LogContentView.prototype.didAppendConsoleMessageView):
(WI.LogContentView.prototype._isMessageFilteredOut):
(WI.LogContentView.prototype._isMessageVisible):

Canonical link: https://commits.webkit.org/311764@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to