<?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: Nodes don't expand correctly in some cases</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/nodes-dont-expand-correctly-in-some-cases</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/nodes-dont-expand-correctly-in-some-cases/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sortadan on Nodes don't expand correctly in some cases</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/nodes-dont-expand-correctly-in-some-cases#p26201</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/nodes-dont-expand-correctly-in-some-cases#p26201</guid>
        	        	<description><![CDATA[<p>In some cases the click event was triggered twice and resulted in the appearance of nothing happening when trying to expand a node.</p>
</p>
<p>This is happening in this event: $(ts.rows[i].cells[pos]).bind(&#39;click&#39;, function(e) {</p>
<p>The fix for this is to add: &#160;e.stopImmediatePropagation();&#160;</p>
<p>just before returning false at the end of the event handler. (line 9976 of the jqGrid 4.3.1 unoptimized source)&#160;</p>
</p>
<p>Can someone with submit add this change?&#160;</p>
</p>
<p>Thanks,</p>
<p>Dan</p>
]]></description>
        	        	<pubDate>Thu, 22 Mar 2012 22:30:14 +0200</pubDate>
        </item>
</channel>
</rss>