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

IE - Steps will not reappear after being hidden #158

Open
imaGuru opened this issue Oct 2, 2017 · 1 comment
Open

IE - Steps will not reappear after being hidden #158

imaGuru opened this issue Oct 2, 2017 · 1 comment

Comments

@imaGuru
Copy link

imaGuru commented Oct 2, 2017

I am using the exact versions of the following:

  • Browser: IE/Edge
  • AngularJS: 1.6.6
  • Angular Bootstrap: 2.5.0
  • Angular UI Tour: 0.9.0

I have installed this library via: bower

I have observed the following behavior:
In IE and Edge the tour steps will not reappear after they have been hidden.
IE doesn't change the display: none !important style back to display:block.
Changing this line of code:
step.popup[0].style.setProperty('display', 'none', 'important');
to
step.popup[0].style.setProperty('display', 'none');
Fixes the issue.

@benmarch
Copy link
Owner

benmarch commented Oct 3, 2017

Thanks, @imaGuru, I'll play around with those styles.

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

2 participants