Bug 227605

Summary: Web Inspector: Use `flex-basis: 100%` or similar in Sources navigation sidebar to progressively shrink sections
Product: WebKit Reporter: Patrick Angle <pangle>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, pangle, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 227604    
Bug Blocks:    

Description Patrick Angle 2021-07-01 17:25:12 PDT
Bug 225590 changed flex behavior in such a way we can no longer use `height: 100%` on all the child sections of the navigation sidebar in the Sources Tab to progressively size each section based on available space. Bug 227597 removed the `height: 100%` to allow the various sections to always be visible again, but the resize behavior is not an exact match for before the regression point, only better. Once bug 227604 is resolved, we should be able to reliably use flex-basis to achieve the desired behavior.
Comment 1 Radar WebKit Bug Importer 2021-07-01 17:25:24 PDT
<rdar://problem/80055034>