Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7336e06e94b0e9a8c4711a24a941ba0ce3c83cf0
      
https://github.com/WebKit/WebKit/commit/7336e06e94b0e9a8c4711a24a941ba0ce3c83cf0
  Author: Devin Rousso <[email protected]>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.css

  Log Message:
  -----------
  Web Inspector: REGRESSION(?): Canvas: cannot scroll list of WebGL shader 
programs
https://bugs.webkit.org/show_bug.cgi?id=275540

Reviewed by Timothy Hatcher.

* Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.css:
(.sidebar > .panel.navigation.canvas:not(.showing-recording) > .content): Added.
(.sidebar > .panel.navigation.canvas > .content > .tree-outline.canvas): Added.
(.sidebar > .panel.navigation.canvas:not(.showing-recording) > .content > 
.navigation-bar): Added.
(.sidebar > .panel.navigation.canvas.showing-recording > .content > 
.tree-outline.canvas):
(.sidebar > .panel.navigation.canvas:not(.showing-recording) > :is(.filter-bar, 
.overflow-shadow), .sidebar > .panel.navigation.canvas:not(.has-recordings) > 
.content > :is(.navigation-bar, .recording-content)): Added.
(.sidebar > .panel.navigation.canvas:not(.has-recordings) > .filter-bar, 
.sidebar > .panel.navigation.canvas:not(.has-recordings) > .content > 
:is(.navigation-bar, .recording-content)): Deleted.
Move the `overflow-y: auto;` to always apply instead of only when a recording 
is selected.
Also ensure that the recording scope bar is always visible if there are 
recordings.

Drive-by: prevent the overflow shadow and filter bar from being shown when a 
recording is not selected.
Canonical link: https://commits.webkit.org/280145@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to