jtbonhomme / chrome-screen-capture

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

Uncaught Error: IndexSizeError: DOM Exception 1 #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Google Screen Capture extension (on Chrome/Mac)
2. Visit www.househappy.org
3. Try adjusting the image slider at all

What is the expected output? What do you see instead?

The slider should just change the size of the images.

Instead, it throws a JavaScript Error:

Uncaught Error: IndexSizeError: DOM Exception 1

Searching for the issue only brings up issues with the canvas element and the 
'drawImage' function and receiving negative arguments.

Systematically disabling browser extensions, however, it's clearly a conflict 
with this browser extension. Several people in our office as well as our users 
who have the extension were able to replicate the issue.

What version of the product are you using? On what operating system?

26.0.1410.65 Chrome
10.8.3 Mac OS X
Latest Version of Extension

Original issue reported on code.google.com by h...@househappy.org on 10 May 2013 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
Also, we aren't using the canvas element anywhere on this site, nor the 
drawImage function.

Original comment by h...@househappy.org on 10 May 2013 at 4:26