WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
227597
Web Inspector: [Regression:
r279271
] Sources: Breakpoints section in navigation sidebar disappears when Web Inspector becomes taller than 650px
https://bugs.webkit.org/show_bug.cgi?id=227597
Summary
Web Inspector: [Regression: r279271] Sources: Breakpoints section in navigati...
Patrick Angle
Reported
2021-07-01 14:14:55 PDT
Created
attachment 432724
[details]
Video of Issue Changes to flex behavior mean that the breakpoints section of the navigation sidebar no longer appears when Web Inspector is more than 650px tall.
Attachments
Video of Issue
(14.90 MB, video/quicktime)
2021-07-01 14:14 PDT
,
Patrick Angle
no flags
Details
Patch v1.0
(2.25 KB, patch)
2021-07-01 15:32 PDT
,
Patrick Angle
no flags
Details
Formatted Diff
Diff
Video of Patch v1.0
(40.88 MB, video/quicktime)
2021-07-01 15:34 PDT
,
Patrick Angle
no flags
Details
Patch v1.1 - Add flex-basis
(2.29 KB, patch)
2021-07-01 16:10 PDT
,
Patrick Angle
no flags
Details
Formatted Diff
Diff
Patch v1.2 - Remove flex-basis
(2.24 KB, patch)
2021-07-01 16:37 PDT
,
Patrick Angle
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-07-01 14:15:31 PDT
<
rdar://problem/80045542
>
Patrick Angle
Comment 2
2021-07-01 15:32:37 PDT
Created
attachment 432734
[details]
Patch v1.0
Patrick Angle
Comment 3
2021-07-01 15:34:47 PDT
Created
attachment 432735
[details]
Video of Patch v1.0
Devin Rousso
Comment 4
2021-07-01 16:01:45 PDT
Comment on
attachment 432734
[details]
Patch v1.0 View in context:
https://bugs.webkit.org/attachment.cgi?id=432734&action=review
r=me, nice catch :) I wonder how many other bugs there are like this :(
> Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css:-134 > - height: 100%;
I think we may want a `flex-basis: 100%` or something here. The idea behind this and the code below it is that we give priority to things higher in the sidebar than lower, so if the developer is decreasing the height of the Web Inspector window, we don't want the Call Stack section to start collapsing until after the Breakpoints section has started collapsing.
Patrick Angle
Comment 5
2021-07-01 16:10:11 PDT
Created
attachment 432741
[details]
Patch v1.1 - Add flex-basis
Patrick Angle
Comment 6
2021-07-01 16:24:34 PDT
Comment on
attachment 432741
[details]
Patch v1.1 - Add flex-basis This actually doesn't work, due to another flex-related bug.
Patrick Angle
Comment 7
2021-07-01 16:37:12 PDT
Created
attachment 432744
[details]
Patch v1.2 - Remove flex-basis
EWS
Comment 8
2021-07-01 18:36:11 PDT
Committed
r279493
(
239345@main
): <
https://commits.webkit.org/239345@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 432744
[details]
.
WebKit Commit Bot
Comment 9
2021-07-12 10:46:30 PDT
Re-opened since this is blocked by
bug 227878
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug