DraggableDualViewSlideshow icon indicating copy to clipboard operation
DraggableDualViewSlideshow copied to clipboard

Bug: central label text disappears on some window sizes

Open Emasoft opened this issue 11 years ago • 3 comments

There is a bug in this beautiful demo. The central label text disappears or turns black on some browser window sizes. I made a couple of screenshots (my browser: OS X Safari 7.0.4).

bug1 bug2

Emasoft avatar Jun 26 '14 16:06 Emasoft

Thanks for reporting this. I can't confirm the disappearance in Safari (Version 6.1.4, OSX 10.8.5) but I do notice a jump which probably happens due to the animation. If you replace -webkit-animation: slideUpFade 0.4s 0.1s with _-webkit-animation: slideUpFade 0.4s 0.1s both; _ do you still see that issue? It's in the .img-dragger-small .slide h2 rule.

crnacura avatar Jun 26 '14 17:06 crnacura

Yes, I still see the issue after making the modification you suggested. Here is a screenshot: bug3jpg

To reproduce the bug you can toggle between fullscreen and carousel mode. When you toggle from fullscreen to carousel, you get the title disappearing in black. But when you toogle back to fullscreen, it gets immediately visible and white, even before the animated transition starts.

Emasoft avatar Jun 26 '14 22:06 Emasoft

Thanks for trying that out. I can see a very faded title, so maybe there's some conflict with the animation because of the opacity. Could you try remove the animation from the h2 completely? Thx

crnacura avatar Jun 27 '14 09:06 crnacura