We are encountering a strange problem after zooming in/out a lot when the map is around London, England. The event listener for PanEvent.PAN_END is being called repeatedly even though the map is not being panned. Greenwich in SE London (and the prime meridian) are within the map boundaries for some of the maps and outside for others (depending on the scale / zoom level). In the call stack we can see that the enterFrameHandler function is called and that it calls dispatchPanEnd. Is there any scenario in which the dispatchPanEnd would be called repeatedly (every second or two), because that's what we're seeing when the problem occurs. We have not been able to reproduce the problem in the US, which makes us suspect some kind of issue at the prime meridian. The impact on the application is that it gets unresponsive as its trying to keep up with the onslaught of requests made every second or so. Do you have any recommendations for a workaround on our end? We are not really in a position to upgrade to a later version of the ESRI Flex API at this time. We are using a base map with no other layers. Interestingly, after the onslaught begins, if we stop the FlexViewer app and restart it (which brings up the map at the same extents as last time), the requests start up again. Note that we do change the map's extent to a user-defined envelope after the initial map load. We are using 2.4 version of ESRI Flex API.