-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flickering when scrolling beyond the limits of the page. #2
Comments
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:
|
The custom build you sent seems to have fixed this. |
Reopening until the fix is in a published release. |
I've found that deluminate breaks (sometimes) when I attempt to scroll beyond the vertical limits of a page via multitouch. Ordinarily, when you attempt to scroll up beyond the top of the page, the page slides down, revealing a gray background. Releasing the scroll lets the page "bounce" back into position. The same happens, but in reverse, at the bottom of the page. (Can somebody tell me what this functionality is called?)
Just to reiterate, this is not page scrolling or scrolling by dragging the scroll bar. This is scrolling via my macbooks multitouch drag gesture.
During this brief period, Deluminate breaks, revealing the default styling.
I'm not sure this link will replicate the problem but this is the page I encountered the bug on: http://www.redditgraphs.com/?adamwong246&ScatterPlot&Length&Comments
The text was updated successfully, but these errors were encountered: