<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Browser Freezing in IE8 only - workaround found</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jalperin on Browser Freezing in IE8 only - workaround found</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found#p27086</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found#p27086</guid>
        	        	<description><![CDATA[<p>Is this a bug which needs to be addressed, or did I do something incorrectly?</p>
</p>
<p>--Jeff</p>
]]></description>
        	        	<pubDate>Tue, 07 Aug 2012 16:39:54 +0300</pubDate>
        </item>
        <item>
        	<title>jalperin on Browser Freezing in IE8 only - workaround found</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found#p27068</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/browser-freezing-in-ie8-only-workaround-found#p27068</guid>
        	        	<description><![CDATA[<p>I&#39;m using the latest versions of jqGrid and jQuery on a page with master/detail grids.&#160;</p>
<p>Inside the main jQuery "ready" loop, I&#39;ve defined both the master grid and the detail grid.&#160; I&#39;ve defined a url parameter for the master grid, <strong>but not for the detail grid</strong> because that url will be constructed based on the row selected by the user in the master grid.</p>
<p>This works fine in the following browsers Firefox (Windows), Chrome (Windows), Safari (iOS) and IE9, but <strong>it does not work at all in IE8</strong>.&#160; What happens is that t<strong>he browser (IE8) seems to freeze and all controls on the page become completely unresponsive</strong>.&#160; Indeed, the browser can&#39;t even be moved or minimized until the freezing stops (which takes about 30 seconds).&#160; I used Fiddler2 to see what was going on and discovered that IE8 makes 2 unexpected connections in addition to the expected AJAX call:&#160; first it reloads the entire page containing the jqGrids, and then it tries to load the .dtd link specified in the DOCTYPE for the page.&#160; It&#39;s this attempted access of the .dtd which takes 30 seconds and freezes the browser.</p>
<p>The workaround that I discovered is to specify a "dummy" url parameter for the detail grid.&#160; (I use "http://www.google.com"&#160; The actual url doesn&#39;t matter since it will be replaced by the url constructed after the user selects a row in the master grid.)&#160; Once I specify this url, everything works great, even in IE8, and the browser no longer makes the two "extra" connections (reloading the page and trying to connect to the .dtd.)</p>
<p>Is this a bug or expected behavior or am I doing something incorrectly?</p>
<p>Thanks for reviewing.&#160; (I can post my code if necessary, but I thought my explanation might be easier to read.)</p>
<p>--Jeff</p>
]]></description>
        	        	<pubDate>Fri, 03 Aug 2012 22:28:47 +0300</pubDate>
        </item>
</channel>
</rss>