NEW 227605
Web Inspector: Use `flex-basis: 100%` or similar in Sources navigation sidebar to progressively shrink sections
https://bugs.webkit.org/show_bug.cgi?id=227605
Summary Web Inspector: Use `flex-basis: 100%` or similar in Sources navigation sideba...
Patrick Angle
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-07-01 17:25:24 PDT
Note You need to log in before you can comment on or make changes to this bug.