<b>Background</b>
<p>
We have an implementation where the user is able to add features to a vector layer using the DrawFeature control. Basically all feature types are allowed but mainly the Point-feature is drawn. We have abstracted a new feature that we call <i>Flag</i> which basically is a Point but we style it using StyleMap and unique value rules. For a flag we typically change the following attributes to display a flag-like feature (which also is movable through the ModifyFeature-control):
</p>
<p>
externalGraphic: '${c_externalGraphic}'
<br />
graphicWidth: '${c_graphicWidth}',
<br />
graphicHeight: '${c_graphicHeight}',
<br />
graphicOpacity: '${c_graphicOpacity}',
<br />
graphicXOffset: '${c_graphicXOffset}',
<br />
graphicYOffset: '${c_graphicYOffset}'
</p>

<b>Problem</b>
<p>
We use the SelectFeature-control to "onSelect" display a popup containing various information. Everything works great in IE9, FireFox and Chrome. However, <i>In IE9 Compatibility View</i> or older versions, the 'Flag'-feature (i.e. styled Point) can't be selected properly. It looks like the image-element is "on top" of the selectable area. If lucky, there's maybe one or two pixels outside of the image, i.e. externalGraphic that is "selectable" but i guess this depends on the size of the externalGraphic.
</p>
Any ideas on how to solve this annoying problem?

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/SelectFeature-when-using-IE-9-or-IE9-Compatibility-View-tp4368621p4368621.html">SelectFeature when using IE&lt;9 or IE9 Compatibility View</a><br/>
Sent from the <a href="http://osgeo-org.1560.n6.nabble.com/OpenLayers-Users-f3910695.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br/>