Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5c25fec73760ab96dc3594a896293afbd5676423
https://github.com/WebKit/WebKit/commit/5c25fec73760ab96dc3594a896293afbd5676423
Author: Brandon Stewart <[email protected]>
Date: 2025-12-06 (Sat, 06 Dec 2025)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/LogContentView.css
M Source/WebInspectorUI/UserInterface/Views/LogContentView.js
Log Message:
-----------
Web Inspector: Search in console doesn't work when Inspector is <820px wide
https://bugs.webkit.org/show_bug.cgi?id=198016
rdar://problem/50922509
Reviewed by Devin Rousso.
The search bar is hidden in the Console tab when the web inspector window gets
too small.
This is currently the only search bar to demonstrate this behavior from what I
can tell.
The network filter and the global search both display even at the smallest size.
The margin-inline-end size of 3px is designed to give consistent spacing
between elements and ensure
that the filter and search bar have a proper gap.
* Source/WebInspectorUI/UserInterface/Views/LogContentView.css:
(.navigation-bar > .item.find-banner.console):
* Source/WebInspectorUI/UserInterface/Views/LogContentView.js:
(WI.LogContentView):
Canonical link: https://commits.webkit.org/304057@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications