angular-ui-tour icon indicating copy to clipboard operation
angular-ui-tour copied to clipboard

IE - Steps will not reappear after being hidden

Open imaGuru opened this issue 8 years ago • 1 comments

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.

imaGuru avatar Oct 02 '17 15:10 imaGuru

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

benmarch avatar Oct 03 '17 21:10 benmarch