Git Product home page Git Product logo

Comments (3)

abstiles avatar abstiles commented on August 30, 2024

My initial impression is that this is tricky, and it may even be outside the scope of what a Chrome extension can touch. I believe the feature you are referring to is called "elastic scrolling," and it takes place at the operating system level rather than within Chrome. I'm not certain that it's possible to reproduce something similar on my development machines running Windows 7 and Linux.

This sounds like a rendering glitch. It may be the fault of Mac OS, Chrome, or some weird interaction between the two, but I'm not sure what actions, if any, my extension can take to work around it. I will look into it some more, but I have some questions that might help me learn more about the problem:

  • In the Chrome settings, under the "Show advanced settings" section, is an option to "Use hardware acceleration when available". Is that currently enabled? If so, does the issue persist if you disable it and restart the browser?
  • If you disable the elastic scrolling in OS X, can you still reproduce the problem? Google tells me you would need to run the command defaults write -g NSScrollViewRubberbanding -int 0 in the terminal to disable it, then restart the browser for it to take effect. Restoring it afterward would require issuing the command defaults delete -g NSScrollViewRubberbanding if you so desire.
  • Can you reproduce this issue with the similar extensions "High Contrast" and/or "Hacker Vision?" I believe they should show the same problems. If not, I will have to look into what they might be doing differently.

from deluminate.

adamwong246 avatar adamwong246 commented on August 30, 2024

The custom build you sent seems to have fixed this.

from deluminate.

abstiles avatar abstiles commented on August 30, 2024

Reopening until the fix is in a published release.

from deluminate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.