<?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: two grids on one page: modal overlay not hiding on close</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close</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/two-grids-on-one-page-modal-overlay-not-hiding-on-close/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Alex Pakka on two grids on one page: modal overlay not hiding on close</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8041</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8041</guid>
        	        	<description><![CDATA[<p>Thank you, Tony!</p>
<p>Your fix works. That was really fast!</p>
<p>Respectfully,</p>
<p>Alex</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 02:16:18 +0300</pubDate>
        </item>
        <item>
        	<title>tony on two grids on one page: modal overlay not hiding on close</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8035</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8035</guid>
        	        	<description><![CDATA[<p>Hello Alex.</p>
<p>Thanks for this. It is really a bug and happen only when jqModal is not present.</p>
<p>Just now I have fixed this in GitHub. Could you please try with this fix and let me known if all is Ok.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 01:58:56 +0300</pubDate>
        </item>
        <item>
        	<title>Alex Pakka on two grids on one page: modal overlay not hiding on close</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8034</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-grids-on-one-page-modal-overlay-not-hiding-on-close#p8034</guid>
        	        	<description><![CDATA[<p>This bug is present in 3.5beta as well as in GitHub as of Jully 27th.</p>
<p>1. Put any two unrelated grids on the same page with all default navGrid options tunred on (common situation e.g. if using grid with jquery UI tabs)</p>
<p>2. On a <strong>second</strong> grid click on delete button without selecting a row</p>
<p>3. Close warning via cross icon on a modal dialog -&#62; modal overlay stays in place, preventing further work</p>
<p>Preliminary investigation: hideModal() is called with options from the first grid, therefore /jQuery(".jqgrid-overlay:first",o.gb).hide();/ is hiding the wrong overlay, as o.gb is pointing to the first grid.</p>
<p>For now I changed this line to jQuery(".jqgrid-overlay").hide(); since in my situation no two overlays can be visible at the same time. It might not be true for many others.</p>
<p>Cancelling the dialog with edit form works flawlessly, but I couldn&#39;t see any easy way to re-use the closing behaviour.</p>
<p>Alex</p>
<p>P.S. Tony, you did amazing and very professional job! Thanks a lot for allowing my current project to even exist.</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 00:59:14 +0300</pubDate>
        </item>
</channel>
</rss>