garapani / chrome-screen-capture

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

Gracefully handle XMLHttpRequest NETWORK_ERR #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the Mircrosoft Sharepoint 2010 wysiwig wiki editor
2. Notice the XMLHttpRequest errors in the console

What is the expected output? What do you see instead?
The following error is logged hundreds of times per second in the console:
XMLHttpRequest cannot load 
chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/style.css. Cross origin 
requests are only supported for HTTP.
sp.ui.rte.js:2Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101

What version of the product are you using? On what operating system?
chrome-screen-capture 5.0.3
Google Chrome 15.0.874.121
Ubuntu 11.04 64-bit and Windows 7 32-bit

Please provide any additional information below.
I understand that MS never shines in the compatibility arena, but this error 
should still be handled gracefully, rather than breaking scripts on the page 
and continuing to submit hundreds of XHR requests per second.  Unfortunately, I 
have not seen this error on any other page than my company's intranet 
Sharepoint site, but I have confirmed that it is this extension which causes 
the issue.

Original issue reported on code.google.com by raz...@gmail.com on 13 Dec 2011 at 5:37