Select to view content in your preferred language

javascript  Getting stuck in Pan when using Chrome

2751
4
Jump to solution
07-22-2014 08:12 AM
JimBridge
Deactivated User

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?

Tags (1)
1 Solution

Accepted Solutions
JimBridge
Deactivated User

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.

View solution in original post

0 Kudos
4 Replies
by Anonymous User
Not applicable

Do you have any sample? Which browser versions are you using?

0 Kudos
KenBuja
MVP Esteemed Contributor

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.

JimBridge
Deactivated User

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.

0 Kudos
KenBuja
MVP Esteemed Contributor

Glad to help. Don't forget to mark the question as answered.

0 Kudos