<?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: Possible bug (wrong assignment inside if statement)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/possible-bug-wrong-assignment-inside-if-statement</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/possible-bug-wrong-assignment-inside-if-statement/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Possible bug (wrong assignment inside if statement)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/possible-bug-wrong-assignment-inside-if-statement#p14002</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/possible-bug-wrong-assignment-inside-if-statement#p14002</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Thank you Klaus &#8211; this is alreday fixed in GitHub</p>
<p><a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://github.com/tonytomov/jqGrid/commit/c998c69755bad8edf54052f0f2fb6bf99a798dfb&#39;);" rel="nofollow" href="http://github.com/tonytomov/jqGrid/commit/c998c69755bad8edf54052f0f2fb6bf99a798dfb" target="_blank"></a><a href="http://github.com/tonytomov/jq" rel="nofollow" target="_blank">http://github.com/tonytomov/jq</a>.....f99a798dfb</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 18 Jan 2010 21:33:10 +0200</pubDate>
        </item>
        <item>
        	<title>Klaus on Possible bug (wrong assignment inside if statement)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/possible-bug-wrong-assignment-inside-if-statement#p13993</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/possible-bug-wrong-assignment-inside-if-statement#p13993</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I&#39;ve found a possible bug after running the Google Closure Compiler against the jqGrid JS files (3.6.2):</p>
<p>inside grid.custom.js: line ~382 (formFill function)</p>
<p>jquery.jqGrid.js:3034: WARNING - Suspicious code. This code lacks side-effects. Is there a bug?<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(!this.stype){this.stype==&#39;text&#39;;}</p>
<p>I think it should be a fail-safe assignment if this.stype is undefined:</p>
<p style="padding-left: 30px;">if(!this.stype){this.stype=&#39;text&#39;;}</p>
<p>Kind regards,<br />Klaus.</p>
]]></description>
        	        	<pubDate>Mon, 18 Jan 2010 15:20:20 +0200</pubDate>
        </item>
</channel>
</rss>