You can disable the highlighting by setting the Map style "infoWindowRendererHighlightColor" to NaN:See:http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/Map.html#styleSummary
Are you also overriding destroy() in your EllipseSymbol?http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/symbols/Symbol.html#destroy()
Thanks for the reply GISDev01. I'm glad you're able to reproduce the InfoWindow corruption issue. We're actually experiencing it with far fewer steps - all it really takes for us to see it, is simply opening an InfoWindow for any overlapping symbol before changing the zoom level in or out, then flicking through the InfoWindow pages.The other issue - whereby clicking a symbol highlights the wrong symbol, only seems to happen for some of our feature layers. They're layers in which the symbols are ellipses that are displayed by extending the Symbol class with our own custom EllipseSymbol class. The class implements overrides for clear() and draw() methods. What we see is that the first click on a symbol for this layer highlights the correct symbol, which clears when the InfoWindow is closed, but then any other clicks for the layer re-highlight that same symbol again instead of the one that was really clicked. Nevertheless, the InfoWindow that opens relates to the correct symbol.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.