<?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: Major problems with jqGrid and IE8 (IE9 is fine)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine</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/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ssaccone on Major problems with jqGrid and IE8 (IE9 is fine)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p27001</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p27001</guid>
        	        	<description><![CDATA[<p>Think I solved it: replace &#60;script ... type="application/javascript"&#62; with "text/javascript". See also <a href="http://tinyurl.com/d2taj34" rel="nofollow" target="_blank">http://tinyurl.com/d2taj34</a>. Wasn&#39;t a jqgrid issue.</p></p>
]]></description>
        	        	<pubDate>Mon, 23 Jul 2012 22:53:33 +0300</pubDate>
        </item>
        <item>
        	<title>ssaccone on Major problems with jqGrid and IE8 (IE9 is fine)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p27000</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p27000</guid>
        	        	<description><![CDATA[<blockquote>
<p>DierbergsGuy said:</p>
<p>Hello</p>
<p>I don&#39;t know if this could be the problem or not but I noticed there is a syntax error in that site in IE8 that does not show up in IE9.&#160;&#160; You can try and use Firebug or Chrome to see what the error is.</p>
</p>
<p>We are also using IE8 at our company so I have had this kind of thing happen to me as well.&#160;&#160; It can be pretty painful.&#160;&#160; One of the things I have noticed is that IE9 is more forgiving of mismatched html than IE8.</p>
</p>
<p>In the past, I have had sites work in IE9 that don&#39;t in IE8.&#160; And I saw the same thing (ie, the Syntax error on the lower left in the status bar) in IE8.&#160; In those cases, it was usually something I accidentally did by either having too many "}" or "&#60;" or forgetting a tick in the page.&#160;&#160; What I had to do was to make a backup of the site and strategically remove blocks/sections of my html and keep reloading the page until the error went away.&#160;&#160; Basically having to isolate what was causing the error.</p>
</p>
<p>The error message I would get would come from our 3rd party library (and it would appear&#160;initially to be a problem with the 3rd party&#160;library) but after&#160;doing the above steps, it would be caused by my own page (either in my html/javascript).&#160;&#160;&#160; The error message would be completely misleading.</p>
<p>Try making a backup of your site and then strategically commenting out (or removing) small sections of your page and reloading the page during each iteration until your syntax error goes away.&#160;&#160; Then slowly add back portions of the very last section (you deleted) while reloading until the error comes back.&#160;&#160; Then see if you have a block of javascript and/or html code that is mismatched.</p>
<p>Hope this helps!</p>
</blockquote>
<hr />
<p>Thanks for pointing out the syntax error (didn&#39;t find it yet &#8211; will look), but I don&#39;t think that&#39;s it. I created a new bare bones page here:</p>
<p><a rel="nofollow" href="http://saclab.net/jqgrid/test.php" target="_blank">http://saclab.net/jqgrid/test.php</a></p>
<p>The code is taken straight from the jqgrid demos page. The problem persists. &#160;You can change versions by editing the URL (append ?jqgrid=4.4.0&#38;jquery=1.7.2&#38;jquery_ui=1.8.18 &#8211; couldn&#39;t post the entire link for some reason). Haven&#39;t found a combination that works. The jqgrid demos page does work in IE8/IE7 mode, so there must be a solution. &#160;My page include a custom jQuery UI .css file, but the problem persists even without that. &#160;</p>
<p>Suggestions welcome!!!</p>
]]></description>
        	        	<pubDate>Mon, 23 Jul 2012 21:52:03 +0300</pubDate>
        </item>
        <item>
        	<title>DierbergsGuy on Major problems with jqGrid and IE8 (IE9 is fine)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p26999</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p26999</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>I don&#39;t know if this could be the problem or not but I noticed there is a syntax error in that site in IE8 that does not show up in IE9.&#160;&#160; You can try and use Firebug or Chrome to see what the error is.</p>
</p>
<p>We are also using IE8 at our company so I have had this kind of thing happen to me as well.&#160;&#160; It can be pretty painful.&#160;&#160; One of the things I have noticed is that IE9 is more forgiving of mismatched html than IE8.</p>
</p>
<p>In the past, I have had sites work in IE9 that don&#39;t in IE8.&#160; And I saw the same thing (ie, the Syntax error on the lower left in the status bar) in IE8.&#160; In those cases, it was usually something I accidentally did by either having too many "}" or "&#60;" or forgetting a tick in the page.&#160;&#160; What I had to do was to make a backup of the site and strategically remove blocks/sections of my html and keep reloading the page until the error went away.&#160;&#160; Basically having to isolate what was causing the error.</p>
</p>
<p>The error message I would get would come from our 3rd party library (and it would appear&#160;initially to be a problem with the 3rd party&#160;library) but after&#160;doing the above steps, it would be caused by my own page (either in my html/javascript).&#160;&#160;&#160; The error message would be completely misleading.</p>
<p>Try making a backup of your site and then strategically commenting out (or removing) small sections of your page and reloading the page during each iteration until your syntax error goes away.&#160;&#160; Then slowly add back portions of the very last section (you deleted) while reloading until the error comes back.&#160;&#160; Then see if you have a block of javascript and/or html code that is mismatched.</p>
<p>Hope this helps!</p>
]]></description>
        	        	<pubDate>Mon, 23 Jul 2012 21:15:56 +0300</pubDate>
        </item>
        <item>
        	<title>ssaccone on Major problems with jqGrid and IE8 (IE9 is fine)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p26995</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/major-problems-with-jqgrid-and-ie8-ie9-is-fine#p26995</guid>
        	        	<description><![CDATA[<p>Help!</p>
<p>jqGrid tables fail to load when using IE8. &#160;The problem occurs with IE8 running on Windows XP, and in IE9 running on Windows 7 when "Document Mode: IE8 stanadards" or "Document Mode: IE7 stanadards" is selected in the developer tools window (F12). The console error from IE9 is:</p>
<p>SCRIPT438: Object doesn&#39;t support property or method &#39;jqGrid&#39;&#160;</p>
<p>The error from IE8 in Win7 is similar.</p>
<p>The code producing the error is a basic table:</p>
<p>$(&#39;#dbDocDatabaseTable-jqgrid&#39;).jqGrid({url: &#39;dbdoc/jqgrid_query_db.php&#39;, ... });</p>
<p>The site is <a href="http://bioq.saclab.net" rel="nofollow" target="_blank">http://bioq.saclab.net</a>.</p>
<p>I&#39;m mainly using jqGrid 4.3.3 and jQuery 1.7.2. &#160;The problem also occurs with jqGrid 4.3.3/jQuery 1.4.3 and with jqGrid 4.4.0/jQuery 1.7.2.</p>
<p><span style="text-decoration: underline;">Everything works fine in IE9</span> (Document Mode: IE9 stanadards).</p>
<p>Any suggestions?</p></p>
]]></description>
        	        	<pubDate>Mon, 23 Jul 2012 18:08:26 +0300</pubDate>
        </item>
</channel>
</rss>