Thank you very much (to me is hard to remember without touching the code) I understood everything :-)
In my case the problem was masked because a select popup closes any popup. Maybe you may be interested see where I have applied this: https://github.com/jorix/OL-FeaturePopups Xavier scottseeker wrote > > I'm not at work at the moment, but I believe I remember the case and will > give as much details as I can. > > I have two select controls. > > - a popup control which triggers the featurehighlighted and > featureunhighlighted events (highlightOnly=true & hover=true) > - a multi-select control (multiSelect=shiftKey, hover=false). > > The case for the second added line happened when I would hover over a > feature (this is a point feature), which would show the pop-up and then > select the point by clicking on it. I would then move my mouse away which > would cause the pop-up to disappear and the point to remain selected as I > intended. But, when moving the mouse over the point again the pop-up > would appear, but would not disappear on mouse-out. This was the cause > for the second call to featureunhighlighted. > > This does seem to trigger some unnecessary calls to > 'featureunhighlighted', all I'm doing in the function is deleting the > pop-up so it hasn't been an issue for me. > > There also seems to be a case where the popup remains if I move the mouse > fast enough (before I made the change this problem existed), it doesn't > happen often so hard to pinpoint exactly what I'm doing that causes it. > (Apologize for the 20 edits, preview msg was failing for me?) > -- View this message in context: http://osgeo-org.1560.n6.nabble.com/SelectFeature-outFeature-method-tp3890333p4989132.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
