<?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 not working in Firefox 4 beta</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta</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-not-working-in-firefox-4-beta/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22615</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22615</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid works fine in FireFox 4.0 officiall release.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 31 Mar 2011 16:41:49 +0300</pubDate>
        </item>
        <item>
        	<title>cj on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22587</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22587</guid>
        	        	<description><![CDATA[<p>This is resolved</p>
]]></description>
        	        	<pubDate>Tue, 29 Mar 2011 06:14:49 +0300</pubDate>
        </item>
        <item>
        	<title>cj on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22581</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22581</guid>
        	        	<description><![CDATA[<p>Thanks for the replies</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 15:36:31 +0300</pubDate>
        </item>
        <item>
        	<title>spiderglobe on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22580</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22580</guid>
        	        	<description><![CDATA[<p>To explain, this was the content old jquery.jqgrid.js file:</p>
<pre>function jqGridInclude()
{
   
	
	var pathtojsfiles = "components/com_portal/js/jgrid/js/"; // need to be ajusted
    // set include to false if you do not want some modules to be included
    var combineIntoOne = false; 
    var combinedInclude = new Array();
    var combinedIncludeURL = "combine.php?type=javascript&#38;files=";
    var minver = true;
    var modules = [
        { include: true, incfile:&#39;grid.locale-en.js&#39;,minfile: &#39;min/grid.locale-en-min.js&#39;}, // jqGrid translation
        { include: true, incfile:&#39;grid.base.js&#39;,minfile: &#39;min/grid.base-min.js&#39;}, // jqGrid base
        { include: true, incfile:&#39;grid.common.js&#39;,minfile: &#39;min/grid.common-min.js&#39; }, // jqGrid common for editing
        { include: true, incfile:&#39;grid.formedit.js&#39;,minfile: &#39;min/grid.formedit-min.js&#39; }, // jqGrid Form editing
        { include: true, incfile:&#39;grid.inlinedit.js&#39;,minfile: &#39;min/grid.inlinedit-min.js&#39; }, // jqGrid inline editing
        { include: true, incfile:&#39;grid.celledit.js&#39;,minfile: &#39;min/grid.celledit-min.js&#39; }, // jqGrid cell editing
        { include: true, incfile:&#39;grid.subgrid.js&#39;,minfile: &#39;min/grid.subgrid-min.js&#39;}, //jqGrid subgrid
        { include: true, incfile:&#39;grid.treegrid.js&#39;,minfile: &#39;min/grid.treegrid-min.js&#39;}, //jqGrid treegrid
        { include: true, incfile:&#39;grid.custom.js&#39;,minfile: &#39;min/grid.custom-min.js&#39;}, //jqGrid custom 
        { include: true, incfile:&#39;grid.postext.js&#39;,minfile: &#39;min/grid.postext-min.js&#39;}, //jqGrid postext
        { include: true, incfile:&#39;grid.tbltogrid.js&#39;,minfile: &#39;min/grid.tbltogrid-min.js&#39;}, //jqGrid table to grid 
        { include: true, incfile:&#39;grid.setcolumns.js&#39;,minfile: &#39;min/grid.setcolumns-min.js&#39;}, //jqGrid setcolumns
        { include: true, incfile:&#39;grid.import.js&#39;,minfile: &#39;min/grid.import-min.js&#39;}, //jqGrid import
        { include: true, incfile:&#39;jquery.fmatter.js&#39;,minfile: &#39;min/jquery.fmatter-min.js&#39;}, //jqGrid formater
        { include: true, incfile:&#39;json2.js&#39;,minfile: &#39;min/json2-min.js&#39;}, //json utils
        { include: true, incfile:&#39;JsonXml.js&#39;,minfile: &#39;min/JsonXml-min.js&#39;} //xmljson utils
    ];
    var filename;
    for(var i=0;i0) ) {
		var fileList = implode(",",combinedInclude);
		
		IncludeJavaScript(combinedIncludeURL+fileList);
	}
	function implode( glue, pieces ) {
    // <a rel="nofollow" href="http://kevin.vanzonneveld.net" target="_blank">http://kevin.vanzonneveld.net</a>
    //original by: Kevin van Zonneveld (<a rel="nofollow" href="http://kevin.vanzonneveld.net" target="_blank">http://kevin.vanzonneveld.net</a>)
    //example 1: implode(&#39; &#39;, [&#39;Kevin&#39;, &#39;van&#39;, &#39;Zonneveld&#39;]);
    //returns 1: &#39;Kevin van Zonneveld&#39;
		return ( ( pieces instanceof Array ) ? pieces.join ( glue ) : pieces );
    };
    
    function IncludeJavaScript(jsFile)
    {
        var oHead = document.getElementsByTagName(&#39;head&#39;)[0];
        var oScript = document.createElement(&#39;script&#39;);
        oScript.type = &#39;text/javascript&#39;;
        oScript.src = jsFile;
        oHead.appendChild(oScript);        
    };
};
jqGridInclude();
</pre>
<p>The solution is to replace this file with the content of the javascripts files which are included in this function:</p>
<p>- grid.locale-en.js<br />- grid.base.js<br />- grid.common.js</p>
<p>Etc...<br />Richard&#60;</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 15:34:29 +0300</pubDate>
        </item>
        <item>
        	<title>spiderglobe on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22579</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22579</guid>
        	        	<description><![CDATA[<p>Problem is with older version of jqGrid. The older vesion loads the plugin through the jquery.jqgrid.js file which includes all other plugins for jqGrid.</p>
<p><em><strong>The problem is caused by the JS rendering engine of Firefox 4.0</strong></em>. This is so fast that the the necessary files are not loaded on the document ready since the script is not finished executing at the time the document is loaded. The JS&#160; engine loads the script files defined within the tags "scripts" like below:</p>
<pre id="line20">&#60;script type="text/javascript" src="<a href="/blog/view-source:http:/my.info/components/com_portal/js/jgrid/jquery.jqGrid.js" target="_blank">/js/jgrid/jquery.jqGrid.js</a>"&#62;&#60;/script&#62;<br /><br /></pre>
<p>&#160; but the engine has not finishing the code execution within the jquery.jqGrid.js file self so the necessary plugins files are not loaded which results in a undefined error. </p>
<p>In the latest jqgrid release these plugins are loaed into once Javascript file which is loaded once and is ready on document ready. So the error is not within the latest releases of jqqgrid.</p>
<p>To solve this problems for the older versions of jqgrid you need to replace the jquery.jqgrid.js with one file which contains all the content of all the necessary javascript plugins files inside, instead of execution the Javascript code within the jquery.jqgrid.js which loads each plugin seperate through javascript code.</p>
<p>Richard</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 15:23:24 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22573</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22573</guid>
        	        	<description><![CDATA[<p>The information that some grid have some error in Firefox 4 can not help. If you post some bug report you should <strong>allways provide the corresponding demo</strong>. How you can verify,&#160;<a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGrid.htm" target="_blank">the demo</a>&#160;for example works fine in Firefox 4. If some specific features not work correctly one can fix the problem only it one have the demo which reproduce the problem.</p>
<p>The error "$.jgrid is undefined" typically means that "grid.locale-en.js" file not incuded before "jquery.jqGrid.min.js". In the case you have typically an error of some other havy problems in every browser.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 13:41:19 +0300</pubDate>
        </item>
        <item>
        	<title>pistacerocervello on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22566</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22566</guid>
        	        	<description><![CDATA[<blockquote>
<p>cj said:</p>
<p>On firefox&#160; 4 release, this occurs</p>
</p>
<p>I get errors in firebug along the lines of</p>
<p style="padding-left: 30px;">jQuery("#list").jqGrid is not a function</p>
<p>and</p>
<p style="padding-left: 30px;">$.jgrid is undefined</p>
</blockquote>
<hr />
<p>+1</p>
<p>please, any solution?</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 12:57:56 +0300</pubDate>
        </item>
        <item>
        	<title>cj on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22562</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22562</guid>
        	        	<description><![CDATA[<p>An update to my previous post; it works with jQuery 1.4.3, however reports the &#39;not a function&#39; still</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 06:10:16 +0300</pubDate>
        </item>
        <item>
        	<title>cj on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22537</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p22537</guid>
        	        	<description><![CDATA[<p>On firefox&#160; 4 release, this occurs</p>
</p>
<p>I get errors in firebug along the lines of</p>
<p style="padding-left: 30px;">jQuery("#list").jqGrid is not a function</p>
<p>and</p>
<p style="padding-left: 30px;">$.jgrid is undefined</p>
]]></description>
        	        	<pubDate>Thu, 24 Mar 2011 05:21:09 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p19692</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p19692</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for this information.</p>
<p>Actually we will wait for the final release.</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 12:28:21 +0300</pubDate>
        </item>
        <item>
        	<title>mmzaman on jqGrid not working in Firefox 4 beta</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p19630</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-not-working-in-firefox-4-beta#p19630</guid>
        	        	<description><![CDATA[<p>Just wanted to inform you, in case you weren&#39;t aware.</p>
<p>jQGrid, both the demonstration examples site and the plugin itself does not work in Firefox 4 beta (I think it has been like this since beta 1)</p>
<p>I may look around in the code a bit and see if I can help find why.</p>
]]></description>
        	        	<pubDate>Thu, 09 Sep 2010 11:37:58 +0300</pubDate>
        </item>
</channel>
</rss>