<?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: IE 7 Freeze</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze</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/ie-7-freeze/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>airic37 on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p27998</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p27998</guid>
        	        	<description><![CDATA[<p>I believe I am experiencing the same issue. &#160;For us we were already on jqgrid 4.4 but upgrading to jquery 1.7.2 has causes IE to hang as soon as the grid is created. &#160;Has there been any investigation into this? &#160;Any additional details I can provide?</p>
]]></description>
        	        	<pubDate>Thu, 10 Jan 2013 00:28:09 +0200</pubDate>
        </item>
        <item>
        	<title>nielsilmer on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p27961</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p27961</guid>
        	        	<description><![CDATA[<p>Same problem here. ie7/ie8 and ie9 in compatibility view.</p>
<p>The problem didn&#39;t occur when i removed the height attribute.</p>
</p>
<p>My conf:</p>
</p>
<p>jQuery(document).ready(function() {<br />mygrid = jQuery(&#39;#&#39;+news_grid_id).jqGrid({<br />&#160;&#39;autowidth&#39;:false,<br />&#160;&#39;datatype&#39;:&#39;json&#39;,<br />&#160;&#39;url&#39;:&#39;&#60;?php echo Yii::app()-&#62;createUrl(&#39;news/news/index&#39;,$this-&#62;arguments); ?&#62;&#39;,<br />&#160;&#39;editurl&#39;:&#39;&#60;?php echo Yii::app()-&#62;createUrl(&#39;news/news/delete&#39;,$this-&#62;arguments); ?&#62;&#39;,<br />&#160;&#39;colNames&#39;:[&#39;&#60;?php echo <a href="news::model()-%3EgetAttributeLabel(&#39;title_nl&#39;" target="_blank">news::model()-&#62;getAttributeLabel(&#39;title_nl&#39;</a>); ?&#62;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;],<br />&#160;&#39;rowNum&#39;:20,<br />&#160;&#39;rowList&#39;:[1,20,50,100],<br />&#160;&#39;sortname&#39;:&#39;sortorder&#39;,<br />&#160;&#39;sortorder&#39;:&#39;asc&#39;,<br />&#160;&#39;multiselect&#39;:true,<br />&#160;&#39;caption&#39;:&#39;pagina\&#39;s&#39;,<br />&#160;&#39;ondblClickRow&#39;:function(rowid,iRow,iCol,e){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; openItemDetail(rowid);<br />&#160;},<br />&#160;loadComplete: function(){&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var ids = jQuery("#"+news_grid_id).getDataIDs();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; for(var i=0;i&#60;ids.length;i++){&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var cl = ids[i];&#160; <br />&#160;&#160;&#160;view &#160;= "&#60;span style=&#39;cursor: pointer;&#39; class=&#39;ui-icon ui-icon-info&#39;&#160;&#160;onclick=openItemDetail("+cl+");&#160; &#62;&#60;\/span&#62;";&#160; &#160;&#160;&#160;<br />&#160;&#160;&#160;var cont = jQuery("#"+news_grid_id).getCell(cl, "statusitem");<br />&#160;&#160;&#160;if(cont==&#39;1&#39;){<br />&#160;&#160;&#160;&#160;statusitem&#160;= "&#60;span style=&#39;cursor: pointer;&#39; class=&#39;ui-icon ui-icon-check&#39;&#160; onclick=ChangeStatus("+cl+",news_grid_id); &#62;&#60;\/span&#62;";<br />&#160;&#160;&#160;}else{<br />&#160;&#160;&#160;&#160;statusitem&#160;= "&#60;span style=&#39;cursor: pointer;&#39; class=&#39;ui-icon ui-icon-close&#39;&#160; onclick=ChangeStatus("+cl+",news_grid_id); &#62;&#60;\/span&#62;";<br />&#160;&#160;&#160;}<br />&#160;&#160;&#160;edit &#160;= "&#60;span style=&#39;cursor: pointer;&#39; class=&#39;ui-icon ui-icon-pencil&#39;&#160;onclick=editRow("+cl+"); &#62;&#60;\/span&#62;";&#160; <br />&#160;&#160;&#160;del&#160; &#160;= "&#60;span style=&#39;cursor: pointer;&#39; class=&#39;ui-icon ui-icon-trash&#39;&#160;&#160;onclick=delRow(news_grid_id,"+cl+"); &#62;&#60;\/span&#62;";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#"+news_grid_id).setRowData(ids[i],{view:view,statusitem:statusitem,edit:edit,del:del})<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160; <br />&#160;&#160;&#160; },<br />&#160;&#39;colModel&#39;:[<br />&#160;&#160;&#160;{&#39;index&#39;:&#39;title_nl&#39;,&#39;name&#39;:&#39;&#60;?php echo <a href="news::model()-%3EgetAttributeLabel(&#39;title_nl&#39;" target="_blank">news::model()-&#62;getAttributeLabel(&#39;title_nl&#39;</a>); ?&#62;&#39;},<br />&#160;&#160;&#160;{name:&#39;view&#39;&#160;&#160;, index:&#39;view&#39;&#160;&#160;&#160;, sortable:false, search: false, fixed: 1, width: 16},<br />&#160;&#160;&#160;{name:&#39;statusitem&#39;&#160;, index:&#39;statusitem&#39;&#160;, sortable:false, search: false, fixed: 1, width: 16},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;edit&#39;&#160;&#160;, index:&#39;edit&#39;&#160;&#160;&#160;, sortable:false, search: false, fixed: 1, width: 16},<br />&#160;&#160;&#160;{name:&#39;del&#39;&#160;&#160;&#160;, index:&#39;del&#39;&#160;&#160;&#160;, sortable:false, search: false, fixed: 1, width: 16},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#39;pager&#39;:news_pager_id}).navGrid(&#39;#&#39;+news_pager_id, {&#39;edit&#39;:false,&#39;add&#39;:false,&#39;del&#39;:false,&#39;search&#39;:false,&#39;refresh&#39;:true});</p>
<p>&#160;jQuery(&#39;#&#39;+news_grid_id).jqGrid(&#39;filterToolbar&#39;);</p>
<p>&#160;resize_the_grid(news_grid_id);<br />&#160;$(&#39;#jqgh_cb&#39;).remove();<br />});</p>
]]></description>
        	        	<pubDate>Mon, 24 Dec 2012 14:41:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26922</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26922</guid>
        	        	<description><![CDATA[<p>Hello All,</p>
</p>
<p>Coild you please provide a online example demostarting the problem?</p>
<p>Thank you</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 10 Jul 2012 14:01:45 +0300</pubDate>
        </item>
        <item>
        	<title>sebmaster on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26873</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26873</guid>
        	        	<description><![CDATA[<p>Same trouble. Back to 4.3.2</p>
]]></description>
        	        	<pubDate>Sat, 30 Jun 2012 12:35:08 +0300</pubDate>
        </item>
        <item>
        	<title>DysprosiumDy on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26811</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26811</guid>
        	        	<description><![CDATA[<p>Hey guys,</p>
<p>An update on the matter. It would appear the freezes were caused by the "height" parameter. Setting that to a value of 200 or higher causes a complete browser freeze. Setting the value to 100 caused no problems. Apparently height values cause the freeze over a certain value (might differ in specific cases).</p>
<p>I hope this&#39;ll help you fix it!</p>
<p>Cheers,<br />Dys</p>
]]></description>
        	        	<pubDate>Mon, 18 Jun 2012 16:21:21 +0300</pubDate>
        </item>
        <item>
        	<title>DysprosiumDy on IE 7 Freeze</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26809</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-7-freeze#p26809</guid>
        	        	<description><![CDATA[<p>Hey guys,</p>
</p>
<div id="commentbody-39254">
<p>After an upgrade from 4.2.0 to 4.3.3 we noticed our grids causing a  browser freeze in IE7 (tested on multiple devices and even in  compatibility mode). This same bug still occurs in 4.4.0 and has caused  us to perform a rollback to 4.2.0.</p>
<p>I know what a bitch IE7 can be, but we have costumers that cannot  change their default network browser, so IE7 support remains a  requirement.</p>
<p>Cheers,<br /> Dys</p>
</p>
<p>P.S. I also tested with a grid with only the url parameter set and the bug still occurred. Changing the version of jqGrid to 4.2.0 immediately fixed the issue.</p>
</div>
]]></description>
        	        	<pubDate>Mon, 18 Jun 2012 14:55:41 +0300</pubDate>
        </item>
</channel>
</rss>