Select to view content in your preferred language

Graphics Layer Click Event Not Firing When Shape Is In Edit Mode

2616
1
09-06-2013 08:23 AM
DK5
by
Deactivated User
I am having an issue with graphic layer events in version 3.5. 

I have a mouse-over event where I am set the shape into Move edit mode.  I also have a click event that I want to capture that will set the shape into Move, Rotate, Scale modes, as well as show the infotemplate. 

The click event on the graphics layer is never fired when I set the edit mode to Move in the mouse-over event, but does fire when I don't set the edit mode.  Is this because when the shape is in edit mode, no other graphics layer events will be fired? 

Any suggestions?
0 Kudos
1 Reply
DK5
by
Deactivated User
Issue solved.

Looks like it works when doing map.graphics.on("mouse-over", ..... and map.graphics.on("click"...

The code originally was doing dojo.connect(map.graphics, "onClick".... and "onMouseOver"....
0 Kudos