<?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: Opera and showing cell titles</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles</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/opera-and-showing-cell-titles/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mark_ablov on Opera and showing cell titles</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23024</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23024</guid>
        	        	<description><![CDATA[<p>Yes it looks like a correct way too.</p>
<p>Because return value of event handler just check for &#39;false&#39;.</p>
<p>We can return anything (return {test: &#39;333&#39;};, for example), and it works.</p>
<p>I paste &#39;return true&#39; &#160;to improve readability of code and prevent writing &#39;return false&#39; again <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></description>
        	        	<pubDate>Thu, 05 May 2011 02:30:22 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Opera and showing cell titles</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23023</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23023</guid>
        	        	<description><![CDATA[<p>Hello Mark!</p>
<p>It sounds very interesting what you found out. The best seems to me <strong>to remove</strong> any "return" (neither "return false;" nor "return true;") from the code of <strong>mouseover</strong> and <strong>mouseout</strong> event handler.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 05 May 2011 00:50:09 +0300</pubDate>
        </item>
        <item>
        	<title>mark_ablov on Opera and showing cell titles</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23018</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/opera-and-showing-cell-titles#p23018</guid>
        	        	<description><![CDATA[<p>Hello.</p>
<p>In Opera-browser titles for cells do not show.</p>
<p>To fix it i change return value on mouseover event:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4456' value='Select Code' data-codeid='sfcode4456' /></p>
<div class='sfcode' id='sfcode4456'>$(ts).bind(&#39;mouseover&#39;,function(e) {<br />&#160; &#160; ptr = $(e.target).closest(&#34;tr.jqgrow&#34;);<br />&#160; &#160; if($(ptr).attr(&#34;class&#34;) !== &#34;subgrid&#34;) {<br />&#160; &#160; &#160; &#160; $(ptr).addClass(&#34;ui-state-hover&#34;);<br />&#160; &#160; }<br />&#160; &#160; return true;<br />})...</div>
<p>Why you want to prevent default action?</p>
<p>That&#39;s why Opera can not show tooltip.</p>
]]></description>
        	        	<pubDate>Wed, 04 May 2011 17:49:28 +0300</pubDate>
        </item>
</channel>
</rss>