sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.44k stars 942 forks source link

Popover starts when scrolling the page #693

Closed larini closed 6 years ago

larini commented 6 years ago

I have some "tabs" in my page in a way that helped elements are hidden inside these tabs. If I scroll the page, the tour begins without visible elements.

I found that the code below is the responsible for that:

  this._onScroll((function(_this) {        
    return function() {
      return _this._showPopoverAndOverlay(_this._current);
    };
  }