On Sunday, March 20, 2011, Fran Boon <[email protected]> wrote: > Simple Test Case: > http://paste.pocoo.org/show/355733/ > > Works fine in Chrome & IE8 > > Firefox 4 RC1 gives: > GeoExt is not defined: > var mapPanel = new GeoExt.MapPanel({ > > Script version is fine. > Same issue with trunk GeoExt > > Logged as a bug on FF4 forum: > https://support.mozilla.com/en-US/questions/794109 > > If anyone has extra info to give them to help or just to add a vote to > say that it affects you too...
Our script loading code is incompatible with HTML5. In OpenLayers we've solved the problem by always using document.write for adding script tags. See <http://trac.openlayers.org/ticket/2933>. I think we should do the same in GeoExt. Thanks for reporting this. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Dev mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/dev
