Find task and infoWindow

513
1
03-13-2013 09:46 AM
TracyArchibald
Occasional Contributor
I've got a find task on a layer that has infoWindows.  Because the graphic is drawn on top of the layer, when the user clicks on the highlighted item, the infowindow does NOT come up.

How do I get the infoWindow to pop up if the user clicks the feature highlighed by the findtask?
0 Kudos
1 Reply
TracyArchibald
Occasional Contributor
And to answer my own question, the answer is to change the symbol to this:

var symbol = new esri.symbol.SimpleFillSymbol(esri.symbol.SimpleFillSymbol.STYLE_NULL, new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_SOLID, new dojo.Color([98,194,204]), 2), new dojo.Color([98,194,204,0.5]));


Basically, a no fill allows the popup to come through... 

Onwards to the next issue!
0 Kudos