[Geomoose-users] GM1.6: pop-up does not work anymore with new Firefox Version

Vojko Daneu vojko.daneu at mail.telepac.pt
Fri Jul 2 12:11:00 EDT 2010


Hallo,
with the new versions of Firefox the pop-up function in GeoMoose 1.6 
does not work anymore. I found this 2 errors in the error panel of Firefox:

Firefox error: xml is null
This error relates to the following line in "GeoMOOSE.js":

this.populateMenuBar=function(xml){var root=document.createElement('ul');root.className='menubar';root.hideAll=rootHideAll;root.setAttribute('id',MenuId);var menus=xml.getElementsByTagName('menu');for(var m=0; m<menus.length; m++){var menu=document.createElement('li');root.appendChild(menu);menu.className='menu';var menuLink=document.createElement('a');menu.appendChild(menuLink);menuLink.appendChild(document.createTextNode(menus[m].getAttribute('title')));if(menus[m].getAttribute('href')){menuLink.href=menus[m].getAttribute('href');} else {menuLink.href='#';}



Firefox error: setting a property that only has a getter
This error relates to the following line in "GeoMOOSE.js":

if(window.XSLTProcessor){xslDoc.readyState=4;xslDoc.addEventListener('load', xslDoc.onreadystatechange, false);}


Any suggestions what to change?

Greetings, Vojko






More information about the Geomoose-users mailing list