I am currently attempting to add an ArcGIS JavaScript API map into a legacy ASP.NET Web Forms application that uses AJAX Control Toolkit controls.
When a map is placed inside of a TabContainer (which is inside of an Accordion) it causes any graphics drawn on the map to be offset. For example, when you hold down shift and draw a box to zoom, the zoom box is offset from where it should be and is not connected to the cursor.
Has anyone else had to deal with this? Is there a way to get the map to behave correctly?