Title: [172564] branches/safari-600.1-branch/Source/WebInspectorUI
- Revision
- 172564
- Author
- lforsch...@apple.com
- Date
- 2014-08-13 21:03:28 -0700 (Wed, 13 Aug 2014)
Log Message
Merged r172515. <rdar://problem/17997717>
Modified Paths
Diff
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172563 => 172564)
--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 04:01:35 UTC (rev 172563)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 04:03:28 UTC (rev 172564)
@@ -1,5 +1,26 @@
2014-08-13 Lucas Forschler <lforsch...@apple.com>
+ Merge r172515
+
+ 2014-08-12 Joseph Pecoraro <pecor...@apple.com>
+
+ Web Inspector: Timeline record content view close button does not work after scrolling, invisible scrollbar
+ https://bugs.webkit.org/show_bug.cgi?id=135863
+
+ Reviewed by Timothy Hatcher.
+
+ A workaround is to not have position:relative content inside of
+ scrollable region. Turns out this was only done in two places,
+ and I do not see any absolutely positioned content in navigation
+ sidebar content tree outlines. This also fixes clicking on the
+ reload button if you've scrolled the Resources sidebar.
+
+ * UserInterface/Views/NavigationSidebarPanel.css:
+ (.navigation-sidebar-panel-content-tree-outline .children): Deleted.
+ (.navigation-sidebar-panel-content-tree-outline .item): Deleted.
+
+2014-08-13 Lucas Forschler <lforsch...@apple.com>
+
Merge r172488
2014-08-12 Joseph Pecoraro <pecor...@apple.com>
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css (172563 => 172564)
--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css 2014-08-14 04:01:35 UTC (rev 172563)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css 2014-08-14 04:03:28 UTC (rev 172564)
@@ -116,8 +116,6 @@
.navigation-sidebar-panel-content-tree-outline,
.navigation-sidebar-panel-content-tree-outline .children {
- position: relative;
-
padding: 0;
margin: 0;
@@ -135,8 +133,6 @@
}
.navigation-sidebar-panel-content-tree-outline .item {
- position: relative;
-
height: 36px;
line-height: 34px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes