sorich87 / bootstrap-tour

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

Uncaught TypeError: Cannot read property 'scrollHeight' of null #687

Open Deval9 opened 6 years ago

Deval9 commented 6 years ago

Using jQuery 1.10.2, you get the following error from jquery.js

Uncaught TypeError: Cannot read property 'scrollHeight' of null at jquery-1.10.2.js:9754 at Function.access (jquery-1.10.2.js:900) at jQuery.fn.init.jQuery.fn.(anonymous function) [as height] (../Scripts/jquery-1.10.2.js:9737:18) at o._showBackground (bootstrap-tour-standalone.min.js:22) at o._showOverlayElement (bootstrap-tour-standalone.min.js:22) at o._showPopoverAndOverlay (bootstrap-tour-standalone.min.js:22) at o._showPopoverAndOverlay (bootstrap-tour-standalone.min.js:22) at o._scrollIntoView (bootstrap-tour-standalone.min.js:22) at o. (bootstrap-tour-standalone.min.js:22) at o._callOnPromiseDone (bootstrap-tour-standalone.min.js:22)

Deval9 commented 6 years ago

@sorich87 please have look into it and resolve it.