on(djtPopup.domNode, "mouseout", function() { djtPopup.hide(); });
Did you ever get this resolved. I have the same behavior. If i use the mouse out event, I can't interact at all with the popup. Any time the pointer goes over the popup it dissapears.
Thanks for any guidance you can provide!
Justin,
I use the domNode mouse out like Jason suggests in my Identify widget for WAB and it works flawlessly
I was unable to get this to behave as i wanted. My final solution was to create a polygon layer and place it around my boundary layer. I then created a mouse-over event for that layer that removes the popup. Dirty, but got me where i needed to be.