Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • foof132 Friend
    #156242

    Hi there,

    When using the mouse wheel to scroll, the page stops scrolling once the pointer reaches the Slideshow2 bottom buttons, with the slides in the slideshow scrolling instead of the page itself. Is there a way to disable that?

    Thanks in advance!

    Saguaros Moderator
    #362269

    You open the file: modules/mod_jaslideshow2/assets/script.js and find the following code:
    [PHP]
    this.options.handlerBox.addEvents({

    ‘wheelup’: function(e) {

    e = new Event(e).stop();

    this.previous(true);

    }.bind(this),

    ‘wheeldown’: function(e) {

    e = new Event(e).stop();

    this.next(true);

    }.bind(this)

    } );
    [/PHP]
    pls remove them. or make a commend code

    foof132 Friend
    #362319

    Perfect!

    Thanks for your help!

    steinar Friend
    #362348

    <em>@foof132 202621 wrote:</em><blockquote>the page stops scrolling once the pointer reaches the Slideshow2 bottom </blockquote>

    Just out of curiosity, foof132, are you on a Mac?
    I ask becuse I have just bought a new iMac and the mouse, which doesn’t have buttons or a scroll wheel but a touch sensitive surface, show the same behaviour when the cursor meets a video on major [non Joomla] pages: it stops scrolling.
    Other than that, the mouse I must add, is the best I have ever come across in more than twenty years of owning personal computers.

    foof132 Friend
    #362758

    <em>@steinar 202895 wrote:</em><blockquote>Just out of curiosity, foof132, are you on a Mac?</blockquote>

    No, PC … but I’ve tried the new iMac mouse at a friends … very nice indeed!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  foof132 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum