You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of updating our project's dependencies, I updated our version of jQuery from 2.2.4 to 3.1.1. At that point, the tour tips no longer appeared. I haven't untangled the root of the issue, but once I went back to jQuery 2.2.4, the tips worked again.
Based on the fact there is an open PR against the project to change the selection logic to use document.querySelector in place of jQuery, my guess is that it has to do with the selector logic.
The text was updated successfully, but these errors were encountered:
The issue stems from jQuery 3.1.1's .fadeIn not appending display: block; to the div.tool-tip container element. Setting tourConfig.animation = false; will get around this issue, but you lose fade in capability.
dylanjha
added a commit
to crowdcst/angular-tour
that referenced
this issue
Apr 13, 2017
As part of updating our project's dependencies, I updated our version of jQuery from 2.2.4 to 3.1.1. At that point, the tour tips no longer appeared. I haven't untangled the root of the issue, but once I went back to jQuery 2.2.4, the tips worked again.
Based on the fact there is an open PR against the project to change the selection logic to use
document.querySelector
in place of jQuery, my guess is that it has to do with the selector logic.The text was updated successfully, but these errors were encountered: