Bug 161254 - REGRESSION (r204052): Popovers on bot watcher's dashboard are broken
Summary: REGRESSION (r204052): Popovers on bot watcher's dashboard are broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2016-08-26 11:06 PDT by Alexey Proskuryakov
Modified: 2016-08-27 17:14 PDT (History)
5 users (show)

See Also:


Attachments
proposed fix (1.81 KB, patch)
2016-08-26 11:19 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.