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

When navigating, display of new layer has display:none in internet explorer #114

Open
yanhick opened this issue Nov 28, 2012 · 1 comment
Assignees

Comments

@yanhick
Copy link
Member

yanhick commented Nov 28, 2012

When I navigate to a new page, the layers of the new page remains at display:none in ie10. It seems that in ie, setting display to null doesn't refresh it. In the Layer class, I replaced :

rootElement.style.display=null;
by rootElement.style.display="block";

and it now works in ie. I'm not sure how to fix it properly as I don't think the current display style can be easily stored

@ghost ghost assigned lexoyo and zabojad Nov 28, 2012
@zabojad
Copy link
Member

zabojad commented Nov 29, 2012

IE, once again...

Don't replace "rootElement.style.display=null;" but let it for the other browsers.

For the moment, add a "#if ie" around your workaround and I'll try to find a better solution later...

I let the issue opened for the moment.

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

3 participants