<?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: Webkit + Sortable Columns + Toolbar Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/webkit-sortable-columns-toolbar-search</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/webkit-sortable-columns-toolbar-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jckdnk111 on Webkit + Sortable Columns + Toolbar Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/webkit-sortable-columns-toolbar-search#p21610</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/webkit-sortable-columns-toolbar-search#p21610</guid>
        	        	<description><![CDATA[<p>I&#39;ve filed the bug here as well: <a href="https://github.com/tonytomov/jqGrid/issuesearch?state=open&#038;q=webkit#issue/92" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/issuesearch?state=open&#038;q=webkit#issue/92</a></p>
<p>Is there anything else I need to do to get this accepted?</p>
<p>I&#39;ve looked at the code myself but I&#39;m not able to track down the cause of the issue. I believe the issue lies in the remapColumns function here: <a href="https://github.com/tonytomov/jqGrid/blob/master/js/grid.base.js#L2769" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/blob/master/js/grid.base.js#L2769</a></p>
</p>
<p>Any advice would be appreciated.</p>
]]></description>
        	        	<pubDate>Mon, 10 Jan 2011 22:15:30 +0200</pubDate>
        </item>
        <item>
        	<title>jckdnk111 on Webkit + Sortable Columns + Toolbar Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/webkit-sortable-columns-toolbar-search#p21492</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/webkit-sortable-columns-toolbar-search#p21492</guid>
        	        	<description><![CDATA[<p>I&#39;ve discovered a bug with sortable columns and toolbar search.<br />When you have toolbar search enabled and a mix of selects and textboxes you can see that the toolbar search options do not properly follow the column header after reordering.</p>
<p>The bug only affects webkit-based browsers (i.e. chrome / safari) as far as I can tell (Opera and FF are working fine).<br />Reproducible in jqGrid 3.7.2 and 3.8.2.</p>
<p>Here is the code to reproduce:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4460' value='Select Code' data-codeid='sfcode4460' /></p>
<div class='sfcode' id='sfcode4460'>$(&#39;#mylist&#39;).jqGrid({<br />&#160;&#160;&#160; datatype: &#39;local&#39;, <br />&#160;&#160;&#160; height: 250,<br />&#160;&#160;&#160; colNames:[&#39;ColA&#39;, &#39;ColB&#39;, &#39;ColC&#39;, &#39;ColD&#39;, &#39;ColE&#39;, &#39;ColF&#39;],<br />&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;cola&#39;, index:&#39;cola&#39;, stype:&#39;select&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true, value: &#39;Yes:Yes;No:No&#39;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;colb&#39;, index:&#39;colb&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true}, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;colc&#39;, index:&#39;colc&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true}, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;cold&#39;, index:&#39;cold&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true}, editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;cole&#39;, index:&#39;cole&#39;, stype:&#39;select&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true, value: &#39;Black:Black;White:White&#39;}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;colf&#39;, index:&#39;colf&#39;, stype:&#39;select&#39;, sorttype:&#39;text&#39;, search:true, searchoptions:{searchhidden: true, value: &#39;On:On;Off:Off&#39;}}<br />&#160;&#160;&#160; ], <br />&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160; scroll: 1,<br />&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; sortable: true <br />}); </p>
<p>$(&#39;#mylist&#39;).jqGrid(&#39;filterToolbar&#39;, {<br />&#160;&#160;&#160; stringResult:&#160; false,<br />&#160;&#160;&#160; searchOnEnter: false,<br />&#160;&#160;&#160; defaultSearch: &#39;eq&#39;<br />});</p>
</div>
]]></description>
        	        	<pubDate>Thu, 30 Dec 2010 19:49:02 +0200</pubDate>
        </item>
</channel>
</rss>