Title: [172557] branches/safari-600.1-branch/Source/WebInspectorUI
- Revision
- 172557
- Author
- lforsch...@apple.com
- Date
- 2014-08-13 20:47:25 -0700 (Wed, 13 Aug 2014)
Log Message
Merged r172488. <rdar://problem/17994473>
Modified Paths
Diff
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172556 => 172557)
--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 03:45:45 UTC (rev 172556)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 03:47:25 UTC (rev 172557)
@@ -1,3 +1,23 @@
+2014-08-13 Lucas Forschler <lforsch...@apple.com>
+
+ Merge r172488
+
+ 2014-08-12 Joseph Pecoraro <pecor...@apple.com>
+
+ Web Inspector: Timeline selection range creation does not work when clicking event bubble or near bottom of overview
+ https://bugs.webkit.org/show_bug.cgi?id=135849
+
+ Reviewed by Timothy Hatcher.
+
+ Click events on elements in the graph container (event bubbles) or
+ in the scroll container (bottom 16px) were becoming the event targets.
+ As siblings of the ruler, the dispatch would not go through the ruler.
+ The ruler was supposed to be overlaying everything in the overview,
+ so give the ruler a z-index so it really is overlaying elements.
+
+ * UserInterface/Views/TimelineRuler.css:
+ (.timeline-ruler):
+
2014-08-12 Lucas Forschler <lforsch...@apple.com>
Merge r172436
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css (172556 => 172557)
--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css 2014-08-14 03:45:45 UTC (rev 172556)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css 2014-08-14 03:47:25 UTC (rev 172557)
@@ -26,6 +26,7 @@
.timeline-ruler {
position: relative;
pointer-events: none;
+ z-index: 1;
}
.timeline-ruler.allows-time-range-selection {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes