RESOLVED FIXED161254
REGRESSION (r204052): Popovers on bot watcher's dashboard are broken
https://bugs.webkit.org/show_bug.cgi?id=161254
Summary REGRESSION (r204052): Popovers on bot watcher's dashboard are broken
Alexey Proskuryakov
Reported 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.
Attachments
proposed fix (1.81 KB, patch)
2016-08-26 11:19 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 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; }
Alexey Proskuryakov
Comment 2 2016-08-26 11:19:54 PDT
Created attachment 287125 [details] proposed fix
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2016-08-27 17:14:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.