Skip to content
New issue

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

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

Open
nheick opened this issue Mar 29, 2017 · 0 comments
Open

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

nheick opened this issue Mar 29, 2017 · 0 comments

Comments

@nheick
Copy link

nheick commented Mar 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant