Resizing broweser window bug or limitation?

496 views
Skip to first unread message

Jason Spiller

unread,
Mar 14, 2013, 7:32:42 PM3/14/13
to slid...@googlegroups.com
When I resize the browser, the slide becomes invisible (assume display:none) until the next slide appears. What's strange it doesn't happen all the time.

http://slickmcfavoritetoys.com/responsiveRotator/Ipswich-Club-Homes-Intro.htm



Kev

unread,
Mar 15, 2013, 4:17:14 PM3/15/13
to slid...@googlegroups.com
That is the same here, I assumed it might be something I could tweak in the media queries, but as of yet no luck yet... Otherwise I'm loving version 3.

http://ukhostz.co.uk/

;(

Matthias Prinz

unread,
Mar 30, 2013, 7:00:24 AM3/30/13
to slid...@googlegroups.com
I got a hacky solution (that works 90% of all times). Just replace the resize bind with that:

      $(window).bind("resize", function() {
        _this.stop(false);
        var return_value = _this.update();
        _this.play();
        return return_value;
      });

But a proper solution would be great. (Are the devs reading this?)

Lea Hayes

unread,
May 23, 2013, 9:14:38 PM5/23/13
to slid...@googlegroups.com
This is certainly an issue on all major browsers which should be addressed!

Thanks for the hack though!

Wesley smith

unread,
May 30, 2013, 10:47:22 AM5/30/13
to slid...@googlegroups.com
Hi,
Is there a fix for the jquery.slides.min.js file?
My version does not use the standard js file.

Thanks


On Saturday, March 30, 2013 11:00:24 AM UTC, Matthias Prinz wrote:

bachisio soru

unread,
Feb 18, 2014, 10:14:02 AM2/18/14
to slid...@googlegroups.com
same issue here any fix yet*?

thanks in advance.

bachisio soru

unread,
Feb 18, 2014, 10:14:19 AM2/18/14
to slid...@googlegroups.com
same issue here any fix yet*?

thanks in advance.

On Thursday, May 30, 2013 4:47:22 PM UTC+2, Wesley smith wrote:

Scott Estle

unread,
Sep 10, 2014, 3:40:23 PM9/10/14
to slid...@googlegroups.com
I'm having this same issue.  It's been happening for over a year with no response?   Very unfortunate as the rest of this script is great.

Scott

unread,
Sep 10, 2014, 3:50:28 PM9/10/14
to slid...@googlegroups.com
So, what I'm finding on my iPhone anyways is when the transition is happening and you touch the slider.... that's when the entire slider goes "blank" or "white" and then it seems to be resetting the point in the js where the transition starts.  Does this make any sense?  I am definitely NOT a programmer.  Just a guess here.

Hubert Frey

unread,
Sep 11, 2014, 6:17:48 PM9/11/14
to slid...@googlegroups.com
Just open jquery.slides.min.js and find update() and comment display: none

r.prototype.update=function(){var t,n,r;t=e(this.element);this.data=e.data(this);e(".slidesjs-control",t).children(":not(:eq("+this.data.current+"))").css({/*display:"none",*/left:0,zIndex:0}); ...
Reply all
Reply to author
Forward
0 new messages