Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6949387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:56:52+00:00 2026-05-27T13:56:52+00:00

I am assigning new arrows to my jscrollpane with the below code. This works

  • 0

I am assigning new arrows to my jscrollpane with the below code. This works fine in all browswers, but its buggy in ie7/8. An example of the bug can be found on http://jsfiddle.net/WzNM4/6/ .

If you click the down button, leave it running for 2secs then click the up button, the text starts jumping up and down. Do you know what is causing this and how to resolve perhaps?

I know my attached code is not the same as in the jsFiddle, but the jsFiddle was done by Vitch and I didn’t feel the need to redo it, as the bug occurs on his version as well.

This only happens in ie7/8…

Thank you in advance.

    $(function () {

        var api = $('.ThmbsCntnr').jScrollPane().data('jsp');


        $('.FinalArrowLeft').bind('mousedown', function () {
                var interval = setInterval(
                    function () {
                        api.scrollByX(-40);
                    },
                    100
                );
                $(window).bind(
                    'mouseup.jspExample',
                    function () {
                        clearInterval(interval);
                        $(document).unbind('.jspExample');
                    }
                );
       });

       $('.FinalArrowRight').bind('mousedown', function () {
                var interval = setInterval(
                    function () {
                        api.scrollByX(40);
                    },
                    100
                );
                $(window).bind(
                    'mouseup.jspExample',
                    function () {
                        clearInterval(interval);
                        $(document).unbind('.jspExample');
                    }
                );
       });




    });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:56:53+00:00Added an answer on May 27, 2026 at 1:56 pm

    What’s happening is that the mouseup event is never triggered.

    It doesn’t work to bind the mouseup event on window in IE7 and IE8. Bind it on document instead.

    Demo: http://jsfiddle.net/Guffa/WzNM4/44/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am assigning to an ImageView contacts images using this code: mPhotoView = (ImageView)
I am new to C and reviewing some source code. But I am not
After executing this code... DoubleAnimation a = new DoubleAnimation(newWidth, new Duration(...)); ThicknessAnimation b =
for predefined equations,assigning new values to variables do not changes value of equation. how
If I make changes to an existing linq object by assigning a new object
I have tried dong this my self but I have failed miserably, but this
I've been learning C#, and I'm trying to understand lambdas. In this sample below,
I'm from the C++ world so the notion of assigning this makes me shudder:
Assigning the return value of new by reference has been deprecated in PHP 5.3.
I am new to R and was trying out the following code. To my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.