Was this issue addressed?I'm seeing the same problem in IE10.It seems like the "showTooltips" option never gets set.i.e. in the developer tools console it looks like this:>> toolbar._options
{
showTooltips : false,
drawTime : 75,
tolerance : 8,
tooltipOffset : 15
}
Even if I explicit set it (even though the documentation says it's on by default).
toolbar = new Draw(map, { showTooltips: true });
I can also confirm that if I inspect the esri.bundle.toolbars.draw object it has values for all the properties ("start" = "click to start drawing", "complete" = "Double-click to complete", etc).It displays correctly in chrome and IE8.