Sid21m / chrome-screen-capture

Automatically exported from code.google.com/p/chrome-screen-capture
0 stars 0 forks source link

Console warnings when loading any page #351

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Chrome with the extension enabled.
2. Open any webpage
3. Open the browser console

What is the expected output? What do you see instead?
Console reports two warnings:
body.scrollTop is deprecated in strict mode. Please use 
'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in 
quirks mode.
body.scrollLeft is deprecated in strict mode. Please use 
'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in 
quirks mode.

What version of the product are you using? On what operating system?
Chrome 32, Windows XP. Confirmed also an issue on Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by csco...@gmail.com on 6 Feb 2014 at 11:25