<?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: Element is not a table - Chrome problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/element-is-not-a-table-chrome-problem</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/element-is-not-a-table-chrome-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Element is not a table - Chrome problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/element-is-not-a-table-chrome-problem#p20873</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/element-is-not-a-table-chrome-problem#p20873</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks will test it with chrome and will replay, but the elegant fix should be : <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit975' value='Select Code' data-codeid='sfcode975' /></p>
<div class='sfcode' id='sfcode975'>
<p>if(this.tagName.toUpperCase() != &#39;TABLE&#39;){</p>
</div>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 17 Nov 2010 19:02:25 +0200</pubDate>
        </item>
        <item>
        	<title>pirteid on Element is not a table - Chrome problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/element-is-not-a-table-chrome-problem#p20731</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/element-is-not-a-table-chrome-problem#p20731</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I have a small problem in chrome with tagName who is "table" not "TABLE"</p>
<p>Can you change line 846 from grid.base.js from</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9385' value='Select Code' data-codeid='sfcode9385' /></p>
<div class='sfcode' id='sfcode9385'>if(this.tagName != &#39;TABLE&#39;){</div>
</p>
<p>into</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2236' value='Select Code' data-codeid='sfcode2236' /></p>
<div class='sfcode' id='sfcode2236'>if(this.tagName != &#39;TABLE&#39; &#38;&#38; this.tagName != &#39;table&#39;) {</div>
</p>
<p>Best Regards,</p>
<p>Dragos</p>
]]></description>
        	        	<pubDate>Wed, 10 Nov 2010 17:50:26 +0200</pubDate>
        </item>
</channel>
</rss>