Title: [172057] branches/safari-600.1-branch/Source/WebInspectorUI
Revision
172057
Author
lforsch...@apple.com
Date
2014-08-05 13:23:06 -0700 (Tue, 05 Aug 2014)

Log Message

Merged r171869.  <rdar://problem/17865147>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172056 => 172057)


--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-05 20:22:46 UTC (rev 172056)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-05 20:23:06 UTC (rev 172057)
@@ -1,5 +1,27 @@
 2014-08-05  Lucas Forschler  <lforsch...@apple.com>
 
+        Merge r171869
+
+    2014-07-31  Joseph Pecoraro  <pecor...@apple.com>
+
+            Web Inspector: Right edge of Timeline Record button does not work
+            https://bugs.webkit.org/show_bug.cgi?id=135444
+
+            Reviewed by Timothy Hatcher.
+
+            When hovering the record button we would show the status text, however
+            because the left edge of the status text box would overlap the right
+            edge of the record button causing completely unexpected behavior.
+
+            Position the status text correctly so that it never overlaps the record
+            button. 5px to match the left margin of the record button, and another
+            2px for some padding between the button and text.
+
+            * UserInterface/Views/TimelineSidebarPanel.css:
+            (.sidebar > .panel.navigation.timeline > .status-bar > .record-status):
+
+2014-08-05  Lucas Forschler  <lforsch...@apple.com>
+
         Merge r171866
 
     2014-07-31  Joseph Pecoraro  <pecor...@apple.com>

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css (172056 => 172057)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css	2014-08-05 20:22:46 UTC (rev 172056)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css	2014-08-05 20:23:06 UTC (rev 172057)
@@ -76,7 +76,7 @@
     position: absolute;
     top: 0;
     right: 21px;
-    left: 21px;
+    left: 27px;
 
     text-align: center;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to