Solved! Go to Solution.
var map = new window.esri.Map("regobsmap", { extent: initialExtent, slider: true, autoResize:false, nav: true });
var map = new window.esri.Map("regobsmap", { extent: initialExtent, slider: true, autoResize:false, nav: true });
Hi Hutchins,
We are facing same issue with js API 3.11, although we have handled map resize manually.
We've put a quick example of this behaviour here: http://jsfiddle.net/ZM3SM/164/
But now the map extent is lost completely and we can see some error in developer tool.
:
Error: Invalid value for <circle> attribute cx="NaN"
Thanks & Regards,
Sumit Zarkar.