umapati / infoscoop

Automatically exported from code.google.com/p/infoscoop
0 stars 0 forks source link

When screen transition in Gadget which ContentType=url, browser uses 100% CPU. #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. unzip attach files
2. set typeurltest.xml and testsub.xml to Apache
3. testapp is rails application. run testapp
4. drop typeurltest.xml and testsub.xml to infoScoop
5. click 'Show' in typeurltest.xml
6. browser uses 100% CPU

Original issue reported on code.google.com by atskim...@gmail.com on 21 Jul 2010 at 1:36

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r456.

callSameDomain function in gadgets.rpc.call causes error.
When an error occures in callSameDomain, gadgets.error function is called.
But gadgets.error calls callSameDomain.
So the program goes into an infinite loop.

Original comment by atskim...@gmail.com on 21 Jul 2010 at 2:58

GoogleCodeExporter commented 9 years ago
When dropping Gadget to the other tab, script error occures.

Original comment by atskim...@gmail.com on 22 Jul 2010 at 1:15

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r472.

do nothing in the error as a last resort.

Original comment by atskim...@gmail.com on 29 Jul 2010 at 5:27