I am trying to enable a double-click event on a flexible control without disabling the default mouse behavior of the / mousedown mouse.
I am using the ESRI Flex API for the arcgis server and I have a map control with one background layer and graphic layer. The graphic layer has several Graphic objects that respond to mouse hover and allow the user to pan the map if they are pressed and held. However, when I implement the double-click event handler for graphical objects, they no longer seem to bubble by default with respect to the map.
Is there a way to double-click on a Graphic object while maintaining the old behavior by clicking and holding?
source
share