[Users] Firefox does not work with GeoExplorer

pablo zader pzader at gmail.com
Sat Feb 14 03:20:05 CET 2015


The problem is detected by firebug when GeoExplorer start with Mozilla, but
the strange thing is that with google chrome works fine (and IE):

NotFoundError: Node was not found
document.getElementsByTagName("head")[0].removeChild...

The exception is thrown in the googlesource.js file, line 334 , in the
function loadScript:

       loadScript: function(options) {
       ....

        window.setTimeout((function() {
            if (!gxp.plugins.GoogleSource.loader.ready) {
                this.loading = false;
                this.ready = false;

document.getElementsByTagName("head")[0].removeChild(script); (LINE
334)
                errback.call(options.scope);
                this.fireEvent("failure");
                this.purgeListeners();
            }
         ....


I understand that there is a problem when firefox wants to access the
service google but not so google chrome.
Thanks in advanced

Pablo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20150213/433cac2f/attachment.htm 


More information about the Users mailing list