Bug 227605 - Web Inspector: Use `flex-basis: 100%` or similar in Sources navigation sidebar to progressively shrink sections
Summary: Web Inspector: Use `flex-basis: 100%` or similar in Sources navigation sideba...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 227604
Blocks:
  Show dependency treegraph
 
Reported: 2021-07-01 17:25 PDT by Patrick Angle
Modified: 2021-07-01 17:25 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>