<?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:  jqGrid  3.3.2 and google maps</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps</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/jqgrid-332-and-google-maps/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dengelmeyer on  jqGrid  3.3.2 and google maps</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5179</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5179</guid>
        	        	<description><![CDATA[<p>Thank you Tony.</p>
]]></description>
        	        	<pubDate>Sat, 07 Mar 2009 14:24:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on  jqGrid  3.3.2 and google maps</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5144</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5144</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The fix will be in next bugfix release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 00:12:26 +0200</pubDate>
        </item>
        <item>
        	<title>dengelmeyer on  jqGrid  3.3.2 and google maps</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5100</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p5100</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am also experiencing an issue with google maps.&#160; If I load the grid in after the page has loaded, the click handler for the map gets messed up.&#160; When I click on the map, the click never gets released and the if I move the mouse around the page, the map just scrolls with it.&#160; Oddly enough, it works just fine with IE 7 but not with the Mozilla 3.0.6.&#160; Are there any suggestions for a fix?&#160; I don&#39;t want to run the grid in an iframe, but will if it&#39;s a must.&#160; Any info is greatly appreciated.</p>
<p>Thanks,</p>
<p>-Drew</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 00:40:58 +0200</pubDate>
        </item>
        <item>
        	<title>tony on  jqGrid  3.3.2 and google maps</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p3813</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p3813</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I know about this problem in google maps. There was such post before some weeks. I&#39;m not sure If I make the correction this will not destroy other things. Also a strong testing is needed here.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 02:58:04 +0200</pubDate>
        </item>
        <item>
        	<title>alexnander on  jqGrid  3.3.2 and google maps</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p3756</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-332-and-google-maps#p3756</guid>
        	        	<description><![CDATA[<p>Not sure if this will qualify as a bug, but if you use jqgrid and google maps API in the same page, jqgrid takes over the mouseover event causing google maps to behave rather odd. (Strangely enough IE6 works fine)</p>
<p>My temporary fix is as follows</p>
<p>BEFORE&#160; (jquery.jqGrid.js)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3754' value='Select Code' data-codeid='sfcode3754' /></p>
<div class='sfcode' id='sfcode3754'><span style="color: #888888;">&#160;&#160; ts.p._height += parseInt($(grid.hDiv,ts).height(),10);<br />&#160;&#160;&#160; &#160;&#160;&#160; $(grid.hDiv).mousemove(function (e) {grid.dragMove(e.clientX); return false;}).after(grid.bDiv);<br />&#160;&#160;&#160; &#160;&#160;&#160; $(document).mouseup(function (e) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(grid.resizing) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; grid.dragEnd();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(grid.newWidth &#38;&#38; ts.p.forceFit===false){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var gwdt = (grid.width &#60;= ts.p._width) ? grid.width: ts.p._width;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var overfl = (grid.width &#60;= ts.p._width) ? "hidden" : "auto";<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.pager &#38;&#38; $(ts.p.pager).hasClass("scroll") ) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(ts.p.pager).width(gwdt);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.caption) {$(grid.cDiv).width(gwdt);}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.toolbar[0]) {$(grid.uDiv).width(gwdt);}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(grid.bDiv).width(gwdt).css("overflow-x",overfl);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(grid.hDiv).width(gwdt);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }</span><span style="color: #888888;">&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return false;<br />&#160;&#160; &#160;&#160;&#160; });</span></div>
</p>
<p>AFTER (line 1444)</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9598' value='Select Code' data-codeid='sfcode9598' /></p>
<div class='sfcode' id='sfcode9598'>&#160;&#160;&#160; &#160;&#160;&#160; ts.p._height += parseInt($(grid.hDiv,ts).height(),10);<br />&#160;&#160;&#160; &#160;&#160;&#160; $(grid.hDiv).mousemove(function (e) {grid.dragMove(e.clientX); return false;}).after(grid.bDiv);<br />&#160;&#160;&#160; &#160;&#160;&#160; $(document).mouseup(function (e) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(grid.resizing) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; grid.dragEnd();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(grid.newWidth &#38;&#38; ts.p.forceFit===false){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var gwdt = (grid.width &#60;= ts.p._width) ? grid.width: ts.p._width;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var overfl = (grid.width &#60;= ts.p._width) ? "hidden" : "auto";<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.pager &#38;&#38; $(ts.p.pager).hasClass("scroll") ) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(ts.p.pager).width(gwdt);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.caption) {$(grid.cDiv).width(gwdt);}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.toolbar[0]) {$(grid.uDiv).width(gwdt);}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(grid.bDiv).width(gwdt).css("overflow-x",overfl);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(grid.hDiv).width(gwdt);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return false;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return true;<br />&#160;&#160;&#160; &#160;&#160;&#160; });</div>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 19:28:27 +0200</pubDate>
        </item>
</channel>
</rss>