I&#39;m afraid I can&#39;t show the code I&#39;m working on. Even creating a simple example isn&#39;t that easy because it&#39;s quite long and complicated.<br><br><div class="gmail_quote">On Fri, Apr 23, 2010 at 4:22 PM,  <span dir="ltr">&lt;<a href="mailto:bartvde@osgis.nl" target="_blank">bartvde@osgis.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do you have a minimal example (HTML page) showing your problems?<br>
<br>
Best regards,<br>
Bart<br>
<div><div></div><div><br>
&gt; Moreover, the problem in Elements.js: 857 still arises.<br>
&gt;<br>
&gt; On Fri, Apr 23, 2010 at 4:05 PM, Enrico Sartorello &lt;<br>
&gt; <a href="mailto:enrico.sartorello@gmail.com" target="_blank">enrico.sartorello@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; I&#39;m rendering something like 30-40 features, all squares filled with a<br>
&gt;&gt; color.<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t think it&#39;s a problem of resources because if I use &quot;EmulateIE7&quot;<br>
&gt;&gt; the<br>
&gt;&gt; layer is displayed quite smoothly (but I have some other compatibility<br>
&gt;&gt; issues), and also with the other browsers I don&#39;t have problems at all.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Apr 23, 2010 at 3:52 PM, &lt;<a href="mailto:bartvde@osgis.nl" target="_blank">bartvde@osgis.nl</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; How many features are you rendering, and how complex are there<br>
&gt;&gt;&gt; geometries?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; VML is known to be slow unfortunately, so you&#39;re easily running into<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt; browser&#39;s limits here.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt; Bart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; Thank you very much: now using the hosted version (r10129) I can get<br>
&gt;&gt;&gt; it<br>
&gt;&gt;&gt; &gt; work, but with other problems.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; The problem is that the vector layer loading is very very slow: IE<br>
&gt;&gt;&gt; takes<br>
&gt;&gt;&gt; &gt; all<br>
&gt;&gt;&gt; &gt; the CPU and runs for a very long time before rendering all. After<br>
&gt;&gt;&gt; getting<br>
&gt;&gt;&gt; &gt; the layer rendered, the navigation on the layer is extremely slow as<br>
&gt;&gt;&gt; well.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I&#39;ve tried some patches for memory leaks (<br>
&gt;&gt;&gt; &gt; <a href="http://trac.openlayers.org/ticket/2170" target="_blank">http://trac.openlayers.org/ticket/2170</a>) without any results.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Again, this is a problem only experienced with IE8.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; What should I do?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Fri, Apr 23, 2010 at 2:46 PM, Frank Broniewski &lt;<a href="mailto:brfr@metrico.lu" target="_blank">brfr@metrico.lu</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; Hello,<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; try to make sure that you start the map initialisation when<br>
&gt;&gt;&gt; everything<br>
&gt;&gt;&gt; &gt;&gt; else is loaded. I used to use Jquery&#39;s $(document).ready() but<br>
&gt;&gt;&gt; needed<br>
&gt;&gt;&gt; to<br>
&gt;&gt;&gt; &gt;&gt; switch to $(window).load() because ready() fired to early ...<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Frank<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Am 23.04.2010 13:56, schrieb Enrico Sartorello:<br>
&gt;&gt;&gt; &gt;&gt; &gt; Hi,<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; I&#39;m experiencing some troubles using OL 2.9 with IE8.<br>
&gt;&gt;&gt; &gt;&gt; &gt; I&#39;m trying to add to my OpenLayers map a vector layer: it works<br>
&gt;&gt;&gt; &gt;&gt; &gt; perfectly on FF\Chrome, but in IE8 there&#39;s an error.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Inside map.addLayer() call, the problem arises in VML.js, lines<br>
&gt;&gt;&gt; &gt;&gt; 147-160:<br>
&gt;&gt;&gt; &gt;&gt; &gt; basically, what I&#39;ve found debugging is that vars this.root,<br>
&gt;&gt;&gt; &gt;&gt; &gt; this.vectorRoot, this.textRoot have all the attributes (even<br>
&gt;&gt;&gt; style,<br>
&gt;&gt;&gt; &gt;&gt; &gt; which is the one used in those lines) set to &quot;Failed&quot;. Only<br>
&gt;&gt;&gt; &gt;&gt; &gt; this.rendererRoot has right values.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; The vector layer is loaded after window.onload, coupled with the<br>
&gt;&gt;&gt; &gt;&gt; opening<br>
&gt;&gt;&gt; &gt;&gt; &gt; of an AJAX panel.<br>
&gt;&gt;&gt; &gt;&gt; &gt; Using &quot;EmulateIE7&quot; mode doesn&#39;t solve anything.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; What can it be?<br>
&gt;&gt;&gt; &gt;&gt; &gt; Thanks in advance for your attention :-)<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt;&gt; &gt; Enrico Sartorello<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; &gt; Users mailing list<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Users@openlayers.org" target="_blank">Users@openlayers.org</a><br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; --<br>
&gt;&gt;&gt; &gt;&gt; Frank BRONIEWSKI<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; METRICO s.à r.l.<br>
&gt;&gt;&gt; &gt;&gt; géomètres<br>
&gt;&gt;&gt; &gt;&gt; technologies d&#39;information géographique<br>
&gt;&gt;&gt; &gt;&gt; rue des Romains 36<br>
&gt;&gt;&gt; &gt;&gt; L-5433 NIEDERDONVEN<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; tél.: +352 26 74 94 - 28<br>
&gt;&gt;&gt; &gt;&gt; fax.: +352 26 74 94 99<br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.metrico.lu" target="_blank">http://www.metrico.lu</a><br>
&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; Users mailing list<br>
&gt;&gt;&gt; &gt;&gt; <a href="mailto:Users@openlayers.org" target="_blank">Users@openlayers.org</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt; Enrico Sartorello<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; Users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:Users@openlayers.org" target="_blank">Users@openlayers.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Enrico Sartorello<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Enrico Sartorello<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Enrico Sartorello<br>