Title: [135518] trunk/Source/WebCore
Revision
135518
Author
ca...@chromium.org
Date
2012-11-22 06:30:34 -0800 (Thu, 22 Nov 2012)

Log Message

Web Inspector: Timeline: Disclosure arrows rendered underneath frame boundaries
https://bugs.webkit.org/show_bug.cgi?id=101053

Patch by Eugene Klyuchnikov <eustas....@gmail.com> on 2012-11-22
Reviewed by Yury Semikhatsky.

In Timeline, when in "frames" mode, event disclosure arrows are rendered
below the dividing lines for the frame (div.timeline-frame-divider).
When this happens, the frame divider can capture mouse clicks and make
it difficult to open the disclosure arrow.

* inspector/front-end/timelinePanel.css:
(#timeline-grid-header): Render dividers under timeline bars.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (135517 => 135518)


--- trunk/Source/WebCore/ChangeLog	2012-11-22 14:22:12 UTC (rev 135517)
+++ trunk/Source/WebCore/ChangeLog	2012-11-22 14:30:34 UTC (rev 135518)
@@ -1,3 +1,18 @@
+2012-11-22  Eugene Klyuchnikov  <eustas....@gmail.com>
+
+        Web Inspector: Timeline: Disclosure arrows rendered underneath frame boundaries
+        https://bugs.webkit.org/show_bug.cgi?id=101053
+
+        Reviewed by Yury Semikhatsky.
+
+        In Timeline, when in "frames" mode, event disclosure arrows are rendered
+        below the dividing lines for the frame (div.timeline-frame-divider).
+        When this happens, the frame divider can capture mouse clicks and make
+        it difficult to open the disclosure arrow.
+
+        * inspector/front-end/timelinePanel.css:
+        (#timeline-grid-header): Render dividers under timeline bars.
+
 2012-11-22  Huang Dongsung  <luxte...@company100.net>
 
         [TexMap] Reduce public methods of TextureMapperTiledBackingStore.

Modified: trunk/Source/WebCore/inspector/front-end/timelinePanel.css (135517 => 135518)


--- trunk/Source/WebCore/inspector/front-end/timelinePanel.css	2012-11-22 14:22:12 UTC (rev 135517)
+++ trunk/Source/WebCore/inspector/front-end/timelinePanel.css	2012-11-22 14:30:34 UTC (rev 135518)
@@ -655,6 +655,7 @@
     top: 90px;
     bottom: 0;
     pointer-events: none;
+    z-index: -100;
 }
 
 .timeline-cpu-bars {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to