Thanks everyone.<br>I will directly use 2.11, which will require minor changes to my code, but I think the fix should be backported because lot of apps could be affected by this problem, and it&#39;s rather difficult to update many codbases...<br>
<br>giovanni<br><br><div class="gmail_quote">2011/8/10 Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
FWIW, this is fixed in OpenLayers-2.11 (rc2 currently available).<br>
<br>
Andreas.<br>
<div><div></div><div class="h5"><br>
On Aug 10, 2011, at 15:34 , Peter Körner wrote:<br>
<br>
&gt; Am 10.08.2011 15:23, schrieb G. Allegri:<br>
&gt;&gt; Sorry fot having posted the wrong links, I forgot to edit them before<br>
&gt;&gt; sending.<br>
&gt;&gt;<br>
&gt;&gt; The problem is quite difficult to resume, because it affects various<br>
&gt;&gt; points of OL. In general, the Firebug console reports problems with<br>
&gt;&gt; various symbols and classes being undefined (e.g. OpenLayers.LonLat is<br>
&gt;&gt; not a constructor, OpenLayers.Format.GML.v3 is undefined,<br>
&gt;&gt; OpenLayers.Format.Filter is undefined, and so on). Try the Base Layers,<br>
&gt;&gt; or the Click Handler examples from<br>
&gt; Yes I can confirm that and I&#39;d guess it comes from the method used to delay-load the different files. It does a user-agent check here:<br>
&gt;<br>
&gt; var docWrite = (agent.match(&quot;MSIE&quot;) || agent.match(&quot;Safari&quot;));<br>
&gt;<br>
&gt; if docWrite is true, it uses document.write(&quot;&lt;script ... /&gt;&quot;) to load the scripts. If it is false, it uses document.getElementsByTagName(&quot;head&quot;)[0].appendChild(...) to load them.<br>
&gt;<br>
&gt; as far I know, appendChild will load the files in the order the server responds, while document.write will wait for one file to load before the next gets loaded -- but this is only from my own and limited tests.<br>

&gt;<br>
&gt; Loading the files in the wrong order produces the described problems.<br>
&gt;<br>
&gt; Peter<br>
</div></div>&gt; _______________________________________________<br>
&gt; Dev mailing list<br>
&gt; <a href="mailto:Dev@lists.osgeo.org">Dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-dev</a><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Andreas Hocevar<br>
OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br>
<br>
</font></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>