Hi OpenLayers dev team!<div><br></div><div>I have problem with WMSGetFeatureInfo control - e.features is undefined under IE 9 in following code:</div><div><br></div><div><div>new OpenLayers.Control.WMSGetFeatureInfo({</div>
<div>            autoActivate: true,</div><div>            infoFormat: &#39;application/vnd.ogc.gml&#39;,</div><div>            maxFeatures: 1000,</div><div>            layers: [lay_herbary, lay_all_tao_oopt],</div><div>            queryVisible: true,</div>
<div>            eventListeners: {</div><div>                &#39;getfeatureinfo&#39;: function(e) {</div><div>                    alert(e.features.length);     &lt;- undefined in IE</div></div><div>                }</div>
<div>                ....</div><div><br></div><div>This is screenshot of IE debugger:</div><div><a href="http://img443.imageshack.us/img443/3158/wmsgetfeatureinfo.png">http://img443.imageshack.us/img443/3158/wmsgetfeatureinfo.png</a></div>
<div><br></div><div>As you can see - type of e.features is IXMLDOMDocument2 but Array expected.</div><div><br></div><div><br></div>