myMap.addEventListener(MouseEvent.MOUSE_WHEEL, myMap_mouseWheelHandler, true);
Hey Royce,Thanks for reporting this. It is a regression bug for version 3.1.As a workaround, you can add the event listener with useCapture = true: myMap.addEventListener(MouseEvent.MOUSE_WHEEL, myMap_mouseWheelHandler, true); Here's more information about the capturing phase:http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7cdb.html#WS2db454920e96a9e51e63e3d11c0bf69084-7cdeHope that helps.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.