Last modified: 2014-07-03 22:26:12 UTC
Created attachment 15790 [details] Screenshot after switching photos and scrolling detail view open The tooltips for the next/previous buttons show up when tapping them on iPad (in desktop view), but don't get hidden. They also scroll up along with the detail view layer instead of staying with their buttons, which looks really weird. See attached screenshot.
> The tooltips for the next/previous buttons show up when tapping them on iPad > (in desktop view), but don't get hidden. Sounds like a tipsy bug/missing feature. (Would sure be nice to use a tooltip plugin which is actively maintained.) > They also scroll up along with the detail view layer instead of staying with > their buttons, which looks really weird. That's apparently not browser-specific, although harder to trigger without making the tooltip disappear on non-touch devices. Adding position:fixed to the tooltips seems to fix it.
(In reply to Tisza Gergő from comment #1) > Adding position:fixed to the tooltips seems to fix it. Unfortunately not really; tipsy does not take positioning in account when placing the tooltips, so they do stay in place, but appear at the wrong place when hovering an icong while the drawer is open.
(In reply to Tisza Gergő from comment #2) > tipsy does not take positioning in account when placing the tooltips, > so they do stay in place, but appear at the wrong place when hovering > an icong while the drawer is open. There is a pull request to fix this: https://github.com/jaz303/tipsy/pull/146 but tipsy has been unmaintained since 2012.