Bug 161254

Summary: REGRESSION (r204052): Popovers on bot watcher's dashboard are broken
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, jonlee, lforschler, ryanhaddad
Priority: P2 Keywords: Regression
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=160478
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2016-08-26 11:06:00 PDT
Steps to reproduce:
1. Open https://build.webkit.org/dashboard/
2. Hover any failure bubble
3. Move mouse pointer over the popover that appears

Results: The popover disappears immediately, so you can't click any links. Also, it appears without a delay in the first place.
Comment 1 Alexey Proskuryakov 2016-08-26 11:07:33 PDT
Dean, is this not expected to work any more?

.popover.step-in {
    transition: opacity 0ms;
    transition-delay: 800ms;
    opacity: 1;
}
Comment 2 Alexey Proskuryakov 2016-08-26 11:19:54 PDT
Created attachment 287125 [details]
proposed fix
Comment 3 WebKit Commit Bot 2016-08-27 17:13:40 PDT
Comment on attachment 287125 [details]
proposed fix

Clearing flags on attachment: 287125

Committed r205087: <http://trac.webkit.org/changeset/205087>
Comment 4 WebKit Commit Bot 2016-08-27 17:14:00 PDT
All reviewed patches have been landed.  Closing bug.