<?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: The grid_bdiv's "_empty" TR element doesn't collapse in IE8</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/the-grid_bdivs-_empty-tr-element-doesnt-collapse-in-ie8</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/the-grid_bdivs-_empty-tr-element-doesnt-collapse-in-ie8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>clafollett on The grid_bdiv's "_empty" TR element doesn't collapse in IE8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/the-grid_bdivs-_empty-tr-element-doesnt-collapse-in-ie8#p8080</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/the-grid_bdivs-_empty-tr-element-doesnt-collapse-in-ie8#p8080</guid>
        	        	<description><![CDATA[<p>I&#39;m not sure if this has been reported or not yet. Doing searches for IE8 yielded no results.</p>
<p>I&#39;m using jQuery 1.3.2 and jqGrid 3.4.4. IE8 is rendering the "_empty" TR element (i.e. a hidden 1st row in the table which can be seen with Firebug or IE8&#39;s Developer Tools). This ends up showing up as a very short empty row before the first real row of data is displayed. Doing some sluething showed that on lines 1382 and&#160; 1383 of the grid.base.js file, Mozilla, Safari and Opera all get special CSS for the _empty row but IE does not. I went ahead and modified the Mozilla check to also include IE as follows:</p>
<p>if(isMoz &#124;&#124; isMSIE) {$(trow).css({visibility:&#8221;collapse&#8221;});}</p>
<p>This cured the problem for IE8 but I&#39;ve not tested against lesser versions of IE to see how they hold up. This issue shows itself while viewing the jqGrid demos too and I have been able to recreate it with just the bare essentials to get jqGrid to running with results.</p>
<p>Just thought I&#39;d pass that on.</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 17:13:50 +0300</pubDate>
        </item>
</channel>
</rss>