Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

problem with 'moveToFront()'... #74

Open nheick opened 7 years ago

nheick commented 7 years ago

I have been getting this message in the console. It is generated by MainView.selectSymbol:

setTimeout(function(){
    try {
                _this.selected.getShape().moveToFront();
        } catch (err) {
        console.log("problem with 'moveToFront()'...");
    }
},10);

There is a method below it called MainView.moveGraphicToFront that uses getDojoShape instead. If I use that method instead, the error goes away.

We're working on IE 11 and Shortlist v. 2.1.0.