Clickable hover info window?

1891
2
07-03-2013 06:46 AM
KevinGooss
Occasional Contributor
I want to have an info window popup when a user hovers over a feature in my graphic layer and go away when they stop hovering.
I have that working.
My issue is that some of my infoWindows have links in them that i would like the user to be able to click on and navigate to.
Is it possible to have the window stay open such that a user could get to that link?
Right now when they move the mouse to try to get to the link the infowindow goes away because they are no longer hovering on the feature itself.
Any suggestions?
0 Kudos
2 Replies
WilliamBailey
New Contributor II
suggestion:  add a timer to "hide" code
0 Kudos
BrittneyGibbons
New Contributor III
I also have the infowindow display on hover in my code, but ended up allowing users to click the point to lock the infowindow and to keep it from closing when they try to click a link in the infowindow. Not sure how intuitive this solution is; it sounds like the timer option might work more smoothly.
0 Kudos