Title: [193240] branches/safari-601-branch/Source/WebInspectorUI
- Revision
- 193240
- Author
- [email protected]
- Date
- 2015-12-03 11:01:01 -0800 (Thu, 03 Dec 2015)
Log Message
Merge r190436. rdar://problem/23221163
Modified Paths
Diff
Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193239 => 193240)
--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 19:00:55 UTC (rev 193239)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 19:01:01 UTC (rev 193240)
@@ -1,5 +1,23 @@
2015-12-02 Timothy Hatcher <[email protected]>
+ Merge r190436. rdar://problem/23221163
+
+ 2015-10-01 Matt Baker <[email protected]>
+
+ Web Inspector: REGRESSION (r189567): Toolbar collapses when inspector at minimum height with console open
+ https://bugs.webkit.org/show_bug.cgi?id=149725
+
+ Reviewed by Timothy Hatcher.
+
+ CSS Flexible Box Layout Module Level 1 introduces a new `auto` initial value for the min-{width|height}
+ of flex box items, breaking some areas of the inspector UI. This is fixed by setting a min-height of
+ zero for the #main <div>.
+
+ * UserInterface/Views/Main.css:
+ (#main):
+
+2015-12-02 Timothy Hatcher <[email protected]>
+
Merge r190426. rdar://problem/23221163
2015-10-01 Nikita Vasilyev <[email protected]>
Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Main.css (193239 => 193240)
--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Main.css 2015-12-03 19:00:55 UTC (rev 193239)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/Main.css 2015-12-03 19:01:01 UTC (rev 193240)
@@ -128,6 +128,7 @@
#main {
display: flex;
flex: 1;
+ min-height: 0;
background-color: white;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes