RESOLVED FIXED 79453
Web Inspector: cannot drag timeline overview window when clicking inside the window
https://bugs.webkit.org/show_bug.cgi?id=79453
Summary Web Inspector: cannot drag timeline overview window when clicking inside the ...
Yury Semikhatsky
Reported 2012-02-23 23:50:46 PST
Mouse down inside timeline window on the labels bar and try to drag the window.
Attachments
Patch (1.23 KB, patch)
2012-02-24 00:23 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 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; }
Yury Semikhatsky
Comment 2 2012-02-24 00:23:59 PST
Yury Semikhatsky
Comment 3 2012-02-24 01:50:01 PST
Note You need to log in before you can comment on or make changes to this bug.