-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix chrome warning #826
base: master
Are you sure you want to change the base?
fix chrome warning #826
Conversation
When documentElement.scrollTop is 0
Are there specific scenarios, environments, or versions where this is happening? When I isolate the code, and run the following from Chrome's console:
I get expected results. A 'number' type. And when the page is scrolled to the top / left I get |
With the original code, if Le jeu 12 mars 2015 20:41, Cameron Jacobson [email protected] a Are there specific scenarios, environments, or versions where this is
|
I was able to find several threads / discussions about this. While reading through a lot of them, I found the following thread which appears to explain things more thoroughly. https://code.google.com/p/chromium/issues/detail?id=342307 Part of the way down the thread [comment number 6] someone mentions that they have in fact removed the warning. This was based on a search on GitHub that indicated the issue is less prevalent now than when they originally placed the warning. There is also mention [comment number 4] that the existing code in raphaeljs works cross-browser. I don't know if this means it will in fact eventually be deprecated, but my hunch is it would not be recommended if this was the case. That individual is using a samsung.com email, but scrolling further [comment number 6] does indicate that they "do not work for Google, ... but are contributor to Blink". That was as authoritative an answer as I was able to find. |
Any update on this? Seems an old inconvenience in Chrome |
When documentElement.scrollTop is 0