Skip to content

IE - Steps will not reappear after being hidden #158

Description

@imaGuru

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions