Bug 79453 - Web Inspector: cannot drag timeline overview window when clicking inside the window
Summary: Web Inspector: cannot drag timeline overview window when clicking inside the ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 23:50 PST by Yury Semikhatsky
Modified: 2012-02-24 01:50 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2012-02-24 00:23 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-02-23 23:50:46 PST
Mouse down inside timeline window on the labels bar and try to drag the window.
Comment 1 Yury Semikhatsky 2012-02-24 00:14:23 PST
The problem is in the following part of http://trac.webkit.org/changeset/108502:

 .timeline-overview-window-rulers {
     top: 0;
     bottom: 0;
@@ -115,7 +131,7 @@
     opacity: 0.2;
     border-right: 1px solid black;
     border-left: 1px solid black;
-    z-index: 150;
+    z-index: 250;
 }
Comment 2 Yury Semikhatsky 2012-02-24 00:23:59 PST
Created attachment 128673 [details]
Patch
Comment 3 Yury Semikhatsky 2012-02-24 01:50:01 PST
Committed r108754: <http://trac.webkit.org/changeset/108754>