Hi,

I am having a nightmare with Geoext components and firefox 5 and 6.

For some reason they are not loading into the onReady function when the app is 
loaded. Only after refreshing 3 or 4 times can the mapPanel or Grid etc be 
recognised as a component. This is happening everywhere and not just inside my 
organisation.



The libraries are loaded thus..

       <html>
    <head>
        <title>Windenergieanlagenkataster</title>
        <meta name="Windenergieanlagenkataster" content="Standort von 
Windenergieanlagen im Zweckverband Grossraum Braunschweig" />
        <meta name="Windenergieanlagenkataster, Windkraftanlagen, ZGB, 
Zweckverband Grossraum Braunschweig, Wind, Energie, Eneuerbare Energie, EEG " 
content="HTML,CSS,XML,JavaScript" />
            
        <meta name="date" content="2011-08-30">    
        <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
        <link rel="stylesheet" type="text/css" 
href="../ext/resources/css/ext-all.css" /></link>
        <link rel="stylesheet" type="text/css" 
href="../GeoExt/resources/css/popup.css" /></link>
        <link rel="stylesheet" type="text/css" 
href="../ext/resources/css/xtheme-gray.css" /></link>
        <link rel="stylesheet" type="text/css" 
href="../ext/examples/ux/css/GroupSummary.css" />
        <link rel="stylesheet" type="text/css" href="wind.css" />
        <script type="text/javascript" 
src="../ext/adapter/ext/ext-base.js"></script>
        <script type="text/javascript" src="../ext/ext-all.js"></script>
        
        <script type="text/javascript" src="../GeoExt/lib/GeoExt.js"></script>
        <script type="text/javascript" 
src="../ext/examples/ux/GroupSummary.js"></script>
        <script type="text/javascript" 
src="../GeoExt/ux/GeoNamesSearchCombo.js"></script>        

        
        
        <script  src="wind.js"></script>
    </head>
    <body>     
    <div id='mainpanel'></div> 
    </body>
</html>


the app is here

http://maps.zgb.de/www/eeg/wind.html#

any advice would be super.

yours,

Rob
_______________________________________________
Users mailing list
Users@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to