<?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: 4.2.0 jqgrid IE dialogs not positioning correctly</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-jqgrid-ie-dialogs-not-positioning-correctly</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/4-2-0-jqgrid-ie-dialogs-not-positioning-correctly/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>triley on 4.2.0 jqgrid IE dialogs not positioning correctly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-jqgrid-ie-dialogs-not-positioning-correctly#p24919</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-2-0-jqgrid-ie-dialogs-not-positioning-correctly#p24919</guid>
        	        	<description><![CDATA[<p>I just downloaded jqgrid 4.2.0. I had a problem with previous versions of the grid where the overlay dialogs (from add, edit, delete, etc.) did not work in IE correctly (they actually push the grid out of view and display the dialog which gives the illusion that they are not overlaying the grid). I applied a patch that I had in previous versions but hoped this would have been taken care of in the new version.</p>
</p>
<p>The fix is to edit the new jquery.jqGrid.min.js file and go to line 396 and change the following section of code</p>
</p>
<p>From this:</p>
<p>var h=b("&#60;div&#62;&#60;/div&#62;").css({height:"100%",width:"100%",position:"absolute",left:<br />0,top:0,"z-index":g-1,opacity:d.overlay/100});</p>
<p>To This:</p>
<p>if($.browser.msie) var h=b("&#60;div&#62;&#60;/div&#62;").css({height:"100%",width:"100%",position:"absolute",left:0,top:0,"z-index":g-1,opacity:d.overlay/100});<br />else var h=b("&#60;div&#62;&#60;/div&#62;").css({height:"100%",width:"100%",position:"fixed",left:0,top:0,"z-index":g-1,opacity:d.overlay/100});</p>
</p>
<p>You can&#39;t just change "fixed" to "absolute" as it breaks it for other browsers</p>
]]></description>
        	        	<pubDate>Tue, 18 Oct 2011 22:06:33 +0300</pubDate>
        </item>
</channel>
</rss>