<?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: jqModal doesn't work properly in IE8 Quirks Mode</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode</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/jqmodal-doesnt-work-properly-in-ie8-quirks-mode/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>HenryYan on jqModal doesn't work properly in IE8 Quirks Mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21839</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21839</guid>
        	        	<description><![CDATA[<p>used @<strong>thcase </strong>solutionï¼Œthe issue is resolved</p>
<div dir="ltr">There is another problem, in IE has blank space at right of overlay , I used solutionï¼š</div>
<div dir="ltr">jquery.jqGrid.min.js at line 365,</div>
<div dir="ltr">change</div>
<div dir="ltr">
<p><input type='button' class='sfcodeselect' name='sfselectit565' value='Select Code' data-codeid='sfcode565' /></p>
<div class='sfcode' id='sfcode565'>width:&#34;100%&#34;</div>
<p>&#160;to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4368' value='Select Code' data-codeid='sfcode4368' /></p>
<div class='sfcode' id='sfcode4368'>width:b.browser.msie ? &#34;103%&#34; : &#34;100%&#34;</div>
</div>
<div dir="ltr">Hope that the next version to fix these problems</div></p>
]]></description>
        	        	<pubDate>Thu, 27 Jan 2011 12:02:40 +0200</pubDate>
        </item>
        <item>
        	<title>HenryYan on jqModal doesn't work properly in IE8 Quirks Mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21838</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21838</guid>
        	        	<description><![CDATA[<div dir="ltr">I also encountered this problem,&#160;IE and Firefox to see the comparison shots</div>
<div dir="ltr"></div>
<div dir="ltr">IE version 6 are okï¼Œbut ie7+ï¼Œpictureï¼š</div>
<div dir="ltr"><a href="http://www.wsria.com/temp/jqgrid/ie.jpg"><img src="http://www.wsria.com/temp/jqgrid/ie.jpg" width="100"  class="sfimageleft spUserImage" alt="in IE8" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></div>
<div dir="ltr"></div>
<div dir="ltr">Firefox:</div>
<div dir="ltr"><a href="http://www.wsria.com/temp/jqgrid/firefox.jpg"><img src="http://www.wsria.com/temp/jqgrid/firefox.jpg" width="100"  class="sfimageleft spUserImage" alt="in firefox is ok" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></div>
]]></description>
        	        	<pubDate>Thu, 27 Jan 2011 11:31:09 +0200</pubDate>
        </item>
        <item>
        	<title>thcase on jqModal doesn't work properly in IE8 Quirks Mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21833</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqmodal-doesnt-work-properly-in-ie8-quirks-mode#p21833</guid>
        	        	<description><![CDATA[<p>The jqModal script sniffs out whether the browser is IE (msie) and version 6.0 and if so, it uses position:absolute for the Modal overlay.&#160; However, the script doesn&#39;t detect IE 8.0 running in quirks mode, which also needs to use the position: absolute, instead of position:fixed.&#160; In IE 8, quirks mode, the function creates a new div at the top of the page and moves the rest of the content down (out of page view), instead of overlaying the existing page.</p>
<p>May want to consider using jQuery.support.boxModel instead of just browser version.&#160; This returns false for IE8 in quirks mode, and true if IE8 is in standards mode.</p>
]]></description>
        	        	<pubDate>Thu, 27 Jan 2011 00:18:26 +0200</pubDate>
        </item>
</channel>
</rss>