<?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: infinite load after calling editGridRow in ie6</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/infinite-load-after-calling-editgridrow-in-ie6</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/infinite-load-after-calling-editgridrow-in-ie6/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sooyoong on infinite load after calling editGridRow in ie6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/infinite-load-after-calling-editgridrow-in-ie6#p27002</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/infinite-load-after-calling-editgridrow-in-ie6#p27002</guid>
        	        	<description><![CDATA[<p>After the edit dialogue box comes up on calling editGridRow, the ie6 Windows icon keeps waving showing that it is downloading something (infinite load).</p>
<p>The bug is caused by this line:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8434' value='Select Code' data-codeid='sfcode8434' /></p>
<div class='sfcode' id='sfcode8434'>
<p>h.o.html(&#39;&#60;p style=&#34;width:100%;height:100%&#34;/&#62;&#39;).prepend(i);&#160;</p>
</p>
</div>
<p>The solution is to change:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4846' value='Select Code' data-codeid='sfcode4846' /></p>
<div class='sfcode' id='sfcode4846'>
<p>&#60;iframe src=&#34;javascript:false;document.write(&#39;&#39;);&#34; class=&#34;jqm&#34;&#62;&#60;/iframe&#62;</p>
</p>
</div>
<p>to this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3993' value='Select Code' data-codeid='sfcode3993' /></p>
<div class='sfcode' id='sfcode3993'>
<p>&#60;iframe src=&#34;javascript:false;document.open();document.write(&#39;&#39;);document.close();&#34; class=&#34;jqm&#34;&#62;&#60;/iframe&#62;</p>
</p>
</div>
]]></description>
        	        	<pubDate>Tue, 24 Jul 2012 00:28:24 +0300</pubDate>
        </item>
</channel>
</rss>