<?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: Problem with "intrusive" mouseup</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-intrusive-mouseup</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/problem-with-intrusive-mouseup/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jorge on Problem with "intrusive" mouseup</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-intrusive-mouseup#p2638</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-intrusive-mouseup#p2638</guid>
        	        	<description><![CDATA[<p>this problem I could verify only with mozilla browsers.</p>
<p>bye</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2008 13:42:31 +0300</pubDate>
        </item>
        <item>
        	<title>jorge on Problem with "intrusive" mouseup</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-intrusive-mouseup#p2637</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-intrusive-mouseup#p2637</guid>
        	        	<description><![CDATA[<p>Hi, first of all, thank you very much for sharing your excellent development !!! <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-wink.gif" border="0" alt="Wink" /></p>
<p>I am developing a solution, which displays a map of google (drag and drop enabled) and a data grid (jqGrid).</p>
<p>The following code of [grid.base.js]:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5701' value='Select Code' data-codeid='sfcode5701' /></p>
<div class='sfcode' id='sfcode5701'>$(document).mouseup(function (e) {<br />&#160;if(grid.resizing) {<br />&#160;&#160;grid.dragEnd();<br />&#160;&#160;if(grid.newWidth &#38;&#38; ts.p.forceFit===false){<br />&#160;&#160;&#160;var gwdt = (grid.width &#60;= ts.p.width) ? grid.width : ts.p.width;<br />&#160;&#160;&#160;var overfl = (grid.width &#60;= ts.p.width) ? "hidden" : "auto";<br />&#160;&#160;&#160;if(ts.p.pager &#38;&#38; $(ts.p.pager).hasClass("scroll") ) {<br />&#160;&#160;&#160;&#160;$(ts.p.pager).width(gwdt);<br />&#160;&#160;&#160;}<br />&#160;&#160;&#160;if(ts.p.caption) {$(grid.cDiv).width(gwdt);}<br />&#160;&#160;&#160;if(ts.p.toolbar[0]) {$(grid.uDiv).width(gwdt);}<br />&#160;&#160;&#160;$(grid.bDiv).width(gwdt).css("overflow-x",overfl);<br />&#160;&#160;&#160;$(grid.hDiv).width(gwdt);<br />&#160;&#160;}<br />&#160;}<br />&#160;return <strong><span style="text-decoration: underline;"><em>false</em></span></strong>;<br />});</div>
<p>Causing the no dispatch of event mouseup to map (or other control).</p>
<p>Changing "return false" to "return true" was the workaround for me.</p>
<p>What would be the best solution to this problem?.</p>
<p>regards.<br />Jorge</p></p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2008 13:23:46 +0300</pubDate>
        </item>
</channel>
</rss>