Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 820 by ptucker: Gears request interceptor gets in bad state after self.close
http://code.google.com/p/gears/issues/detail?id=820 What steps will reproduce the problem? 1. IE7 window closes itself using code like the following: window.open('', '_self'); window.setTimeout( function () { self.close(); }, 100); 2. Maybe related: onbeforeunload disposes of some Gears worker and DB resources. 3. Repeat a few times. What is the expected output? What do you see instead? Expected is it works normally. Actual is eventually pages take several minutes to load. What version of the product are you using? On what operating system? 0.5.4.2 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
