We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been getting this message in the console. It is generated by MainView.selectSymbol:
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.
The text was updated successfully, but these errors were encountered: