• Resolved jeffrod

    (@jeffrod)


    I have a slideshow that I am using as a rotating background for my homepage. I use position:absolute to get it to line up as the background. When I use the Direct Fade transition, I get a bug with IE8 after the last slide, when the slideshow is supposed to restart with the first slide. It fades to white (direct fade isnt supposed to fade to white) and stays white for a full slide duration. Then it transitions back to the first slide but now all the transitions are screwed up. Either they transition to nothing, or they transition to the correct slide and then blink to the wrong slide. Its really confusing so I created a video.

    https://www.youtube.com/watch?v=h-j1lDc5cb4

    If I remove position:absolute or use the Fade transition, the jibba-jabba goes away.

    https://www.ads-software.com/extend/plugins/slideshow-jquery-image-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jeffrod

    (@jeffrod)

    I suspect that this won’t get a ton of attention so maybe a solution would be to provide a built-in alternate transition for IE8 browsers? Or maybe you can just provide a hook into the JavaScript so I can manually take control of the transition and selectively serve a hardcoded transition to IE8?

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Jeff,

    Thanks for reporting this behaviour. The video makes it very clear, it’s great that you included it. I’ll have a look at it tomorrow and I’ll try to resolve the problem in the release of version 2.2.11.

    Best regards,
    Stefan

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Jeff,

    I have been able to reproduce the bug, but I haven’t been able to resolve it yet. The bug has been placed on the project board and I’m hoping to resolve it next week.

    I’m sorry for the inconvenience.

    Best regards,
    Stefan

    Thread Starter jeffrod

    (@jeffrod)

    Thanks Stephan. I worked around the issue for now by modifying your source code and adding an additional event that was triggered at the end of the slide transitions. I handled that event and used my custom handler to force IE 8 to take a regular Fade transition.

    I can try to push that to your repo if you have that capability.

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Very nice! I’m hoping I’ll be able to fix the issue before it will be necessary to force IE8 into using the regular fade option. I’ll let you know how it’s coming.

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Internet Explorer appeared to have some trouble displaying the slideshow with an automatic z-index when the slideshow was positioned absolute. Fixing it posed surprisingly easy, as the z-index simply needed to be set to 0.

    I’ve released the fix in version 2.2.11.

    Thread Starter jeffrod

    (@jeffrod)

    Great! I’m glad it was an easy and quick fix!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Direct fade position:absolute IE8 = bug!’ is closed to new replies.