<?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: two small bugs</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs</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/two-small-bugs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on two small bugs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30395</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30395</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks again Oleg.</p>
<p>Fixed in GitHub</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 25 Mar 2014 12:28:43 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on two small bugs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30376</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30376</guid>
        	        	<description><![CDATA[<p>Thank you Tony!</p>
</p>
<p>The same problem exist in <strong>delGridRow</strong> method (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.formedit.js#L1698" target="_blank">the line</a>). One can fix it in the same way.</p>
</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 19 Mar 2014 17:58:01 +0200</pubDate>
        </item>
        <item>
        	<title>tony on two small bugs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30375</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30375</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
</p>
<p>Thanks. Just fixed this in GitHub.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 19 Mar 2014 14:03:18 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on two small bugs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30374</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-small-bugs#p30374</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p><span style="font-size: 14px;">I want to report two small bugs.</span></p>
<p><span style="font-size: 14px;">The first one. One need to change the code of "select" formatter so that it works without exception in case if usage only formatoptions without having any editoptions defined. </span><a style="font-size: 14px;" href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/jquery.fmatter.js#L221" target="_blank">The line</a></p>
<p><input type='button' class='sfcodeselect' name='sfselectit3279' value='Select Code' data-codeid='sfcode3279' /></p>
<div class='sfcode' id='sfcode3279'>var	msl =  opts.colModel.editoptions.multiple === true ? true : false,</div>
<p>can be modified to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7521' value='Select Code' data-codeid='sfcode7521' /></p>
<div class='sfcode' id='sfcode7521'>var	msl = (opts.colModel.editoptions != null &#38;&#38; opts.colModel.editoptions.multiple === true) ? true : false,</div>
<p>for example.</p>
<p>The second bug in View form. It set focus (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.formedit.js#L1220" target="_blank">the line</a> of <strong>focusaref</strong> function) on the close elelent of the title (".ui-jqdialog-titlebar-close"), but the current version of jQuery.focus and at least in IE10 ignore it. One can fix the problem for example by adding <strong>.attr("tabindex", "-1")</strong> in the line or one can add <strong>tabindex</strong>&#160;atribute in the code of createModal (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.6.0/js/grid.common.js#L60" target="_blank">here</a>).</p>
</p>
<p>Best regards<br /><span style="font-size: 14px;">Oleg</span></p></p>
]]></description>
        	        	<pubDate>Wed, 19 Mar 2014 13:21:59 +0200</pubDate>
        </item>
</channel>
</rss>