my understand is at dojo 1.8 both are supported but the latter (newer format) is preferred, and at dojo 2.0 the latter format will be required.
So we can begin transitioning without breaking everything.
In the latest sample "Create a map", the syntax still is
dojo.require("esri.map");
should be
require(["esri/map"]);
?
And many stuff CANNOT run well under IE7, such as Samples/map, http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/map_infowindow
I ran a quick test of this sample in IE7 and it worked for me. Can you provide more details about what you mean by 'cannot run well'. Are you getting an error? Does the sample load?
I ran a quick test of this sample in IE7 and it worked for me. Can you provide more details about what you mean by 'cannot run well'. Are you getting an error? Does the sample load?