I have a simple ExB app that has layers a user can click on and view the normal popup. I have loaded the Coordinate widget so the user can see the lat/lon on the map. That widget allows a continuous viewing of the coordinates or the placement of a marker and the widget shows the coordinates at that location. If the user takes this second option and places a marker to see the coordinates and then decides to close the widget without deselecting the marker option, then each time the user clicks on a feature they don't get the popup but the get the marker symbol from the now deactivated Coordinate widget.
The solution, of course, is to deactivate the marker option before closing the Coordinate widget. This looks like a bug to me. I see it in 1.13 and 1.14 developer editions. Anyone know how I can forces a deactivation of this option upon the widget closing?