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

  • SEARCH
  • Home
  • 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 8619097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:15:47+00:00 2026-06-12T06:15:47+00:00

I am developing a site and it seems to behave differently when in Chrome.

  • 0

I am developing a site and it seems to behave differently when in Chrome. Scrolling is not consistent or smooth. It keeps on stopping. However, when I load the same site in Firefox or IE9, I have no problems. Everything scrolls smoothly.

++++++++EDIT++++++++
I was able to fix my problem by adding the following meta tag to my template:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

I am not sure why, but it seems to fix it… as well as other problems I was having

  • 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-06-12T06:15:48+00:00Added an answer on June 12, 2026 at 6:15 am

    This is a known problem in Chrome and the solution is not logically clear to me.Something to do with how chrome is rendering the javascript. However, on adding a parent container div to the scrolling content it seems to work fine. There is a solution to this problem in javascript in the following link with an example

    Stackoverflow solution

    For the link you have added to your web page it is more to do with IE than chrome. Do you have chrome frame installed in IE ?

    I do not know the technology you are using but the below code will give a hint to the solution.In Gwt (Google web toolkit) I worked out the solution as follows:

    My earlier code which was causing the issue was as follows

    Old Code:

            <g:FocusPanel addStyleNames="{style.scrollable} {style.fullHeight}" ui:field="bodyContainer">
            <b:CellTable width="100%" ui:field="bodyTable"/>
            </g:FocusPanel>
    

    New Code:
    CSS :

         #scrollContainer {
           overflow:auto;
           position:absolute;
           top:0px; height:100%; width:100%;
         }
    
     HTML:
        <div id="scrollContainer">
        <g:FocusPanel ui:field="bodyContainer">
            <b:CellTable width="100%" ui:field="bodyTable"/>
        </g:FocusPanel>
        </div>
    

    Hope this helps!

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

Sidebar

Related Questions

I'm developing web site that loads pages dynamically using the .load function. For example:
We are developing a site on college and college authorities are not giving us
I'm developing a very smooth site that will display products for a company. I'm
I am developing site with WordPress and I'm newbie for WordPress. WP adds <p>
I am currently developing a site using ASP.NET MVC 3, I am using Nhibernate.
I'm developing a site which connects with Eway. I trying to make a Rebill
I'm developing a site on local server, so the url of the site is
I am developing a site in rails which requires information whether any analytics like
I'm developing a site using the CakePHP framework. I have a form which shows
I'm developing a site that's pretty lightweight on the interface and mostly database driven

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.