Our site hosts a Google Map which has markers the user can click. When the marker is clicked an InfoWindow is shown with the details of that marker.
We also use JQueryUI tooltip on our site which works well for us.
Since the 3.34 update to Google Maps it looks like they changed the close button of the InfoWindow which now contains a title atribute, this is causing the JQuery tooltip to replace the standard tooltip, thats fine.
However when you click the close button of the InfoWindow the tooltip remains indefinitly on the screen.
See the JS Fiddle here: https://jsfiddle.net/yzep2jvu/
code
Run it then click the marker then click the close on the InfoWindow, the tooltip remains
Any Ideas?