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: 'application/vnd.ogc.gml',</div><div> maxFeatures: 1000,</div><div> layers: [lay_herbary, lay_all_tao_oopt],</div><div> queryVisible: true,</div>
<div> eventListeners: {</div><div> 'getfeatureinfo': function(e) {</div><div> alert(e.features.length); <- 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>