<?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: isSafari bug report</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report</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/issafari-bug-report/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hiroshi on isSafari bug report</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26670</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26670</guid>
        	        	<description><![CDATA[<p>Thanks for the information!</p>
</p>
<p>I&#39;m looking forward to the next release...</p>
]]></description>
        	        	<pubDate>Fri, 25 May 2012 09:38:29 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on isSafari bug report</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26669</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26669</guid>
        	        	<description><![CDATA[<p>The problem is known and is discussed <a href="/blog/?page_id=393/bugs/fixing-width-calculation-of-the-grid-in-google-chrome-19/" target="_blank">here</a> and <a href="http://stackoverflow.com/a/10621951/315935" target="_blank">here</a>. The problem is already fixed in the code of jqGrid on <a href="https://github.com/tonytomov/jqGrid" target="_blank">github</a>.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 25 May 2012 09:08:06 +0300</pubDate>
        </item>
        <item>
        	<title>hiroshi on isSafari bug report</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26665</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issafari-bug-report#p26665</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>It seems that the way to distinguish Safari from the others in jqgrid is not working.</p>
<p>In jqgrid, the following code is used to detect Safari</p>
<blockquote>
<p>$.browser.webkit &#124;&#124; $.browser.safari</p>
<p>brd=$.browser.webkit&#124;&#124;$.browser.safari? 0: $t.p.cellLayout</p>
<p>$.browser.safari ?&#160; $t.p.subGridWidth+$t.p.cellLayout : $t.p.subGridWidth</p>
</blockquote>
<p>but this also detects Google Chrome, so API depening this code such as setGridWidth doesn&#39;t work(e.g., setGridWidth in Chrome causes horizonal scroll bar).</p>
</p>
<p>I fixed this problem by using ($.browser.webkit &#124;&#124; $.browser.safari) &#38;&#38; <strong>window.chrome === undefined</strong> instead.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<p>brd=$.browser.webkit&#124;&#124;$.browser.safari? 0: $t.p.cellLayout</p>
<p>brd=$.browser.webkit&#124;&#124;$.browser.safari? 0: $t.p.cellLayout</p>
</div>
]]></description>
        	        	<pubDate>Fri, 25 May 2012 05:44:41 +0300</pubDate>
        </item>
</channel>
</rss>