I have a map where a user can click and select a parcel. Its working fine in ie and firefox but in chrome after I've selected the parcel and added a graphic to highlight it I'm ending up stuck in pan mode. The mouse icon changes to the four arrows and any mouse movement moves the map. If I turn off paning on the map this stops the issue but I need to allow paning . Anybody else seeing this in Chrome?
Solved! Go to Solution.
It looks like the event was bubbling up. The event.stopPropagation() in the other thread did fix it. I'll correct my tagging
Thanks for the help.
Do you have any sample? Which browser versions are you using?
Take a look at this thread to see if that helps.
You should move this discussion into the appropriate group (Javascript API in Web Developers) Also, you should fix the tags on your question...add javascript, chrome, and pan as separate tags instead of one. This will help searching on this question.
It looks like the event was bubbling up. The event.stopPropagation() in the other thread did fix it. I'll correct my tagging
Thanks for the help.
Glad to help. Don't forget to mark the question as answered.