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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:38:16+00:00 2026-06-07T04:38:16+00:00

I have an issue with website markup on WebKit browsers (Chrome & Safari), i.e.

  • 0

I have an issue with website markup on WebKit browsers (Chrome & Safari), i.e. when I type something in edit box of right-slider, it scrolls the left area.

Please take a look at following example:
http://jsbin.com/obiyec/7
http://jsbin.com/obiyec/7/edit – html code (input is inside div with id=”palette”)

  1. Open next link in Chrome or Safari
  2. Type something in edit box in right upper corner
  3. Notice that scrollbar in left area shifts

It is very unlikely to change this markup radically if possible

Q. How to prevent scroll-bar from shifting and make it behave same way as it is in FF?

  • 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-07T04:38:17+00:00Added an answer on June 7, 2026 at 4:38 am

    The problem here is that what it looks like you are doing and what you are actually doing are two different things.

    It looks like the div on the left with a fixed width and overflow: auto (div#kb-board) and the input field on the right are unrelated elements – but they are not. The input field is actually a child of div#kb-board but its parent (div#palette) has fixed positioning so it sits in the top right of the page.

    As a result, the input field is actually on the right hand side of div#kb-board and when you type in it the scroll bar moves as you are giving focus to the right hand side of that div.

    So in this case, I would say Chrome is showing the correct behavior.

    To resolve this you should stop nesting div#palette within div#kb-board. Since it uses fixed positioning, there is no need to nest it.

    <div id="kb-board">
        <div id="boards-container">
            <div id="lane">...</div>
        </div>
        <!-- div#palette was originally here -->
    </div>
    <div id="palette">
        <input type="text" value="Type here" />
    </div>
    

    Working example: http://jsbin.com/obiyec/8

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

Sidebar

Related Questions

I have an issue with a select box on a website that is being
I have several performance issue in my website. I'm using asp.net mvc 2 and
I have an issue. We have a website, where person can login and make
I have a somehow funny issue. While trying to understand why a certain website
I have this issue: I have WebSite with asp.net pages. http://desiis:90/WebSite1 In this webSite,
Hello I have an issue deploying my silverlight project to an existing website (normal
I am creating a website in asp.net but i have some issue.. I have
I need some help sorting out a CSS issue with my website, I have
I have an issue with image scaling..I'm building a mobile website where there is
I've got an issue involving a website that I have been using VS 2008

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.