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 513727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:27:07+00:00 2026-05-13T07:27:07+00:00

scroller1 scroller2 ———– ———– |this is o| |this is a| |ne elemen| |nother el|

  • 0
 scroller1   scroller2
----------- -----------
|this is o| |this is a|
|ne elemen| |nother el|
|t, four l| |3 lines  |
|ines     | |         |
----------- -----------

That is a simple example set up.
I have set up a system which will scroll to the nth element in each scroller, but also using fractions so that if scroller1 is at element 4 and halfway to five it will do the same for scroller2.

But when I call the function ‘onscroll’ it sets the other scroller to the correct positions, but then calls ‘onscroll’ because changing its scrollTop is scrolling. This in turn repeats itself until Javascript throws the Max Stack Call error, or both scrollers reach the bottom.

How can this be prevented?

  • 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-13T07:27:07+00:00Added an answer on May 13, 2026 at 7:27 am

    Create a global variable, currentlyHandlingScrollEvent, and conditionalize your onscroll code based on it:

    var currentlyHandlingScrollEvent = false;
    function handleScroll (e) {
      if (!currentlyHandlingScrollEvent) {
        currentlyHandlingScrollEvent = true;
        // do stuff ...
        currentlyHandlingScrollEvent = false;
      }
    }
    
    scroller1.onscroll = handleScroll;
    scroller2.onscroll = handleScroll;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a canvas in Flex that shall be able only to be scrolled
I am displaying a scrolled data table in a web page. This table has

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.