<?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: horizontal scroll display in ie when upgrade to 4.3.3</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3</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/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on horizontal scroll display in ie when upgrade to 4.3.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26923</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26923</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
</p>
<p>Please when you upgrade to the latest&#160; version, be a sure your replace all the files including the CSS one, clear the browser cahche and restart the browser.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 10 Jul 2012 14:03:27 +0300</pubDate>
        </item>
        <item>
        	<title>sebabal on horizontal scroll display in ie when upgrade to 4.3.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26872</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26872</guid>
        	        	<description><![CDATA[<p>Hi it is happening to me as well on IE8. I think it due to the new test to fix the Chrome 19+ issue, I think for IE8 and earlier you shoud have leave the old code that was working fine.</p>
]]></description>
        	        	<pubDate>Fri, 29 Jun 2012 22:29:20 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on horizontal scroll display in ie when upgrade to 4.3.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26741</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26741</guid>
        	        	<description><![CDATA[<p>Could you provide the demo which can be used to reproduce the problem?</p>
]]></description>
        	        	<pubDate>Wed, 06 Jun 2012 08:26:30 +0300</pubDate>
        </item>
        <item>
        	<title>lerit on horizontal scroll display in ie when upgrade to 4.3.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26740</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scroll-display-in-ie-when-upgrade-to-4-3-3#p26740</guid>
        	        	<description><![CDATA[<p>I upgrade from 4.3.2 to 4.3.3,and all work well but horizontal scroll display in ie which is not display in 4.3.2.</p>
<p>I compare the code and find v4.3.3 add a new function:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5844' value='Select Code' data-codeid='sfcode5844' /></p>
<div class='sfcode' id='sfcode5844'>&#160;&#160;&#160; cellWidth : function () {<br />&#160;&#160; &#160;&#160;&#160; &#160;var $testDiv = $(&#34;&#60;div class=&#39;ui-jqgrid&#39; style=&#39;left:10000px&#39;&#62;&#60;table class=&#39;ui-jqgrid-btable&#39; style=&#39;width:5px;&#39;&#62;&#60;tr class=&#39;jqgrow&#39;&#62;&#60;td style=&#39;width:5px;&#39;&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;&#60;/div&#62;&#34;),<br />&#160;&#160; &#160;&#160;&#160; &#160;testCell = $testDiv.appendTo(&#34;body&#34;)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.find(&#34;td&#34;)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.width();<br />&#160;&#160; &#160;&#160;&#160; &#160;$testDiv.remove();<br />&#160;&#160; &#160;&#160;&#160; &#160;return testCell !== 5;<br />&#160;&#160; &#160;}</div>
<p>I analyse it and i think it replace the function "isSafari" in 4.3.2 version or before.</p>
<p>I replace it with old code:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1180' value='Select Code' data-codeid='sfcode1180' /></p>
<div class='sfcode' id='sfcode1180'>&#160;&#160;&#160; cellWidth : function () {<br />return&#160;&#160; &#160;$.browser.webkit &#124;&#124; $.browser.safari ? true : false;<br />&#160;&#160; &#160;}</div>
<p>and now it work well.</p>
<p>Do I mistake the function "cellWidth"?Maybe it has other purposeï¼Ÿ</p>
<p>sorry for my poor english.</p>
]]></description>
        	        	<pubDate>Wed, 06 Jun 2012 07:40:10 +0300</pubDate>
        </item>
</channel>
</rss>